Freedcamp for Openclaw

A robust CLI tool for managing Freedcamp projects, tasks, and team communications through AI-driven automation.

agrublev
v1.0.0
Feb 12, 2026
2
2.4k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install freedcamp-agent-skill

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Freedcamp?

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.

Freedcamp Use Cases

  • Automating the creation of tasks based on meeting notes or chat discussions.
  • Retrieving project status updates and summaries for stakeholder reporting.
  • Synchronizing task lists and project structures across different teams.
  • Managing notifications and marking alerts as read through an AI agent.

How Freedcamp Works

  1. The agent initializes a session using the provided API key and secret credentials.
  2. ID resolution occurs by fetching groups and projects to map user-friendly names to unique system identifiers.
  3. The skill executes specific commands (such as listing tasks, creating comments, or updating statuses) by making authenticated requests to the Freedcamp REST API.
  4. Structured JSON responses are returned to the agent for processing, decision-making, or further automated actions.

Freedcamp Setup

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

Freedcamp Data Schema & Taxonomy

The skill organizes data around projects, task lists (groups), and individual items. Below are the key data mappings:

Task Statuses

Status Value CLI Flag
Not Started 0 not_started
Completed 1 completed
In Progress 2 in_progress
Invalid 3 invalid
Review 4 review

App Types (Core IDs)

  • Tasks: ID 2
  • Discussions: ID 3
  • Milestones: ID 4
  • Files: ID 6
  • Issue Tracker: ID 13

Freedcamp Advanced Features

  • Automatic ID resolution by project name for streamlined task creation without manual ID lookups.
  • Native HTML support for comments with automatic paragraph wrapping for plain text inputs.
  • Intelligent pagination management using the --all flag for exhaustive data retrieval.
  • Session caching and automatic refresh mechanisms on authentication errors to ensure continuous operation.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Requires
Github Stars: 0
forks: 0

Featured*