From sundial-org-awesome-openclaw-skills-4
Manages Basecamp projects, to-dos, messages, and campfires via TypeScript CLI using bc3 API and 37signals Launchpad. Use for terminal list/create/update or Clawdbot workflow integration.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
This repo contains a standalone CLI.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
This repo contains a standalone CLI.
npm i -g @emredoganer/basecamp-cli
Create an integration (OAuth app) in 37signals Launchpad:
Then:
basecamp auth configure --client-id <id> --redirect-uri http://localhost:9292/callback
export BASECAMP_CLIENT_SECRET="<secret>"
basecamp auth login
BASECAMP_CLIENT_SECRET is intentionally NOT stored on disk by the CLI.