LaunchKit · 2026
Back to Skills

freedcamp-agent-skill

Manage Freedcamp tasks, projects, groups, comments, notifications, and task lists via HMAC-SHA1 API credentials.

2
1.1k downloads
by @agrublev

Setup & Installation

openclaw skills install @agrublev/freedcamp-agent-skill

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install freedcamp-agent-skill

What This Skill Does

A dependency-free Node.js CLI for the Freedcamp REST API v1, authenticated with HMAC-SHA1 credentials. Agents can list, create, and update tasks, manage task lists, post comments, and read or dismiss notifications. All output is JSON.

Handles HMAC-SHA1 signing, session caching, and auto-pagination automatically, so agents can query Freedcamp without implementing the auth flow manually.

When to use it

  • Creating a task in a specific Freedcamp project from a chat prompt
  • Fetching all in-progress tasks assigned to a team member
  • Posting a comment on a task after completing a review
  • Checking recent notifications and marking them as read
  • Listing all projects and groups to resolve a project ID

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Create a task called 'Review Q2 budget' in the Finance project

AGENT
  1. 1Runs groups-projects to list all groups and projects
  2. 2Matches 'Finance' to its project ID from the response
  3. 3Calls create-task with the resolved project ID and the given title
  4. 4Returns the new task ID and project details as JSON
OUTPUT

Task 'Review Q2 budget' created in the Finance project with its assigned task ID

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

FREEDCAMP_API_KEY — obtain from your Freedcamp account settingsFREEDCAMP_API_SECRET — obtain from your Freedcamp account settings