A robust CLI tool for managing Freedcamp projects, tasks, and team communications through AI-driven automation.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install freedcamp-agent-skill
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install freedcamp-agent-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill provides a comprehensive Node.js CLI interface for interacting with the Freedcamp REST API (v1). It allows AI agents to perform complex project management actions, from simple task creation to managing notifications and task lists, all secured by HMAC-SHA1 credentials.
By integrating this into Openclaw Skills, developers can automate their project workflows, ensuring project metadata and task statuses are always up to date without manual intervention. The skill focuses on providing clean JSON output, making it an ideal choice for programmatic interaction and agentic tool-calling.
To enable this skill within the Openclaw Skills ecosystem, obtain your API key and secret from your Freedcamp account settings and run the following commands:
openclaw config set skills.entries.freedcamp.enabled true
openclaw config set skills.entries.freedcamp.apiKey "YOUR_API_KEY"
openclaw config set skills.entries.freedcamp.env.FREEDCAMP_API_SECRET "YOUR_API_SECRET"
You can verify your configuration by running:
openclaw config get skills.entries.freedcamp
The skill organizes data around projects, task lists (groups), and individual items. Below are the key data mappings:
| Status | Value | CLI Flag |
|---|---|---|
| Not Started | 0 | not_started |
| Completed | 1 | completed |
| In Progress | 2 | in_progress |
| Invalid | 3 | invalid |
| Review | 4 | review |
--all flag for exhaustive data retrieval.Loading
A specialized skill for executing and documenting decentralized peer-to-peer swaps between AI agents on the Base network using AirSwap contracts.

An AI-powered Solana token strategist designed to automate high-virality launch concepts and social marketing for Bags.fm.

A powerful media generation skill for Openclaw Skills that connects to fal.ai for professional image, video, and audio tasks.

A workspace-scoped task management skill for AI agents using the Taskwarrior backend to organize work locally.

A comprehensive tool for generating complete video scripts, visual storyboards, and AI generation prompts from a single keyword.

A powerful integration that allows AI agents and developers to manage social media profiles, schedule posts, and organize content ideas via the Buffer API.








































