{
  "schemaVersion": "1.0",
  "item": {
    "slug": "basecamp-automation",
    "name": "Basecamp Automation",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/sohamganatra/basecamp-automation",
    "canonicalUrl": "https://clawhub.ai/sohamganatra/basecamp-automation",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/basecamp-automation",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=basecamp-automation",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/basecamp-automation"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/basecamp-automation",
    "agentPageUrl": "https://openagent3.xyz/skills/basecamp-automation/agent",
    "manifestUrl": "https://openagent3.xyz/skills/basecamp-automation/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/basecamp-automation/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Basecamp Automation via Rube MCP",
        "body": "Automate Basecamp operations including project management, to-do list creation, task management, message board posting, people management, and to-do group organization through Composio's Basecamp toolkit."
      },
      {
        "title": "Prerequisites",
        "body": "Rube MCP must be connected (RUBE_SEARCH_TOOLS available)\nActive Basecamp connection via RUBE_MANAGE_CONNECTIONS with toolkit basecamp\nAlways call RUBE_SEARCH_TOOLS first to get current tool schemas"
      },
      {
        "title": "Setup",
        "body": "Get Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.\n\nVerify Rube MCP is available by confirming RUBE_SEARCH_TOOLS responds\nCall RUBE_MANAGE_CONNECTIONS with toolkit basecamp\nIf connection is not ACTIVE, follow the returned auth link to complete Basecamp OAuth\nConfirm connection status shows ACTIVE before running any workflows"
      },
      {
        "title": "1. Manage To-Do Lists and Tasks",
        "body": "When to use: User wants to create to-do lists, add tasks, or organize work within a Basecamp project\n\nTool sequence:\n\nBASECAMP_GET_PROJECTS - List projects to find the target bucket_id [Prerequisite]\nBASECAMP_GET_BUCKETS_TODOSETS - Get the to-do set within a project [Prerequisite]\nBASECAMP_GET_BUCKETS_TODOSETS_TODOLISTS - List existing to-do lists to avoid duplicates [Optional]\nBASECAMP_POST_BUCKETS_TODOSETS_TODOLISTS - Create a new to-do list in a to-do set [Required for list creation]\nBASECAMP_GET_BUCKETS_TODOLISTS - Get details of a specific to-do list [Optional]\nBASECAMP_POST_BUCKETS_TODOLISTS_TODOS - Create a to-do item in a to-do list [Required for task creation]\nBASECAMP_CREATE_TODO - Alternative tool for creating individual to-dos [Alternative]\nBASECAMP_GET_BUCKETS_TODOLISTS_TODOS - List to-dos within a to-do list [Optional]\n\nKey parameters for creating to-do lists:\n\nbucket_id: Integer project/bucket ID (from GET_PROJECTS)\ntodoset_id: Integer to-do set ID (from GET_BUCKETS_TODOSETS)\nname: Title of the to-do list (required)\ndescription: HTML-formatted description (supports Rich text)\n\nKey parameters for creating to-dos:\n\nbucket_id: Integer project/bucket ID\ntodolist_id: Integer to-do list ID\ncontent: What the to-do is for (required)\ndescription: HTML details about the to-do\nassignee_ids: Array of integer person IDs\ndue_on: Due date in YYYY-MM-DD format\nstarts_on: Start date in YYYY-MM-DD format\nnotify: Boolean to notify assignees (defaults to false)\ncompletion_subscriber_ids: Person IDs notified upon completion\n\nPitfalls:\n\nA project (bucket) can contain multiple to-do sets; selecting the wrong todoset_id creates lists in the wrong section\nAlways check existing to-do lists before creating to avoid near-duplicate names\nSuccess payloads include user-facing URLs (app_url, app_todos_url); prefer returning these over raw IDs\nAll IDs (bucket_id, todoset_id, todolist_id) are integers, not strings\nDescriptions support HTML formatting only, not Markdown"
      },
      {
        "title": "2. Post and Manage Messages",
        "body": "When to use: User wants to post messages to a project message board or update existing messages\n\nTool sequence:\n\nBASECAMP_GET_PROJECTS - Find the target project and bucket_id [Prerequisite]\nBASECAMP_GET_MESSAGE_BOARD - Get the message board ID for the project [Prerequisite]\nBASECAMP_CREATE_MESSAGE - Create a new message on the board [Required]\nBASECAMP_POST_BUCKETS_MESSAGE_BOARDS_MESSAGES - Alternative message creation tool [Fallback]\nBASECAMP_GET_MESSAGE - Read a specific message by ID [Optional]\nBASECAMP_PUT_BUCKETS_MESSAGES - Update an existing message [Optional]\n\nKey parameters:\n\nbucket_id: Integer project/bucket ID\nmessage_board_id: Integer message board ID (from GET_MESSAGE_BOARD)\nsubject: Message title (required)\ncontent: HTML body of the message\nstatus: Set to \"active\" to publish immediately\ncategory_id: Message type classification (optional)\nsubscriptions: Array of person IDs to notify; omit to notify all project members\n\nPitfalls:\n\nstatus=\"draft\" can produce HTTP 400; use status=\"active\" as the reliable option\nbucket_id and message_board_id must belong to the same project; mismatches fail or misroute\nMessage content supports HTML tags only; not Markdown\nUpdates via PUT_BUCKETS_MESSAGES replace the entire body -- include the full corrected content, not just a diff\nPrefer app_url from the response for user-facing confirmation links\nBoth CREATE_MESSAGE and POST_BUCKETS_MESSAGE_BOARDS_MESSAGES do the same thing; use CREATE_MESSAGE first and fall back to POST if it fails"
      },
      {
        "title": "3. Manage People and Access",
        "body": "When to use: User wants to list people, manage project access, or add new users\n\nTool sequence:\n\nBASECAMP_GET_PEOPLE - List all people visible to the current user [Required]\nBASECAMP_GET_PROJECTS - Find the target project [Prerequisite]\nBASECAMP_LIST_PROJECT_PEOPLE - List people on a specific project [Required]\nBASECAMP_GET_PROJECTS_PEOPLE - Alternative to list project members [Alternative]\nBASECAMP_PUT_PROJECTS_PEOPLE_USERS - Grant or revoke project access [Required for access changes]\n\nKey parameters for PUT_PROJECTS_PEOPLE_USERS:\n\nproject_id: Integer project ID\ngrant: Array of integer person IDs to add to the project\nrevoke: Array of integer person IDs to remove from the project\ncreate: Array of objects with name, email_address, and optional company_name, title for new users\nAt least one of grant, revoke, or create must be provided\n\nPitfalls:\n\nPerson IDs are integers; always resolve names to IDs via GET_PEOPLE first\nproject_id for people management is the same as bucket_id for other operations\nLIST_PROJECT_PEOPLE and GET_PROJECTS_PEOPLE are near-identical; use either\nCreating users via create also grants them project access in one step"
      },
      {
        "title": "4. Organize To-Dos with Groups",
        "body": "When to use: User wants to organize to-dos within a list into color-coded groups\n\nTool sequence:\n\nBASECAMP_GET_PROJECTS - Find the target project [Prerequisite]\nBASECAMP_GET_BUCKETS_TODOLISTS - Get the to-do list details [Prerequisite]\nBASECAMP_GET_TODOLIST_GROUPS - List existing groups in a to-do list [Optional]\nBASECAMP_GET_BUCKETS_TODOLISTS_GROUPS - Alternative group listing [Alternative]\nBASECAMP_POST_BUCKETS_TODOLISTS_GROUPS - Create a new group in a to-do list [Required]\nBASECAMP_CREATE_TODOLIST_GROUP - Alternative group creation tool [Alternative]\n\nKey parameters:\n\nbucket_id: Integer project/bucket ID\ntodolist_id: Integer to-do list ID\nname: Group title (required)\ncolor: Visual color identifier -- one of: white, red, orange, yellow, green, blue, aqua, purple, gray, pink, brown\nstatus: Filter for listing -- \"archived\" or \"trashed\" (omit for active groups)\n\nPitfalls:\n\nPOST_BUCKETS_TODOLISTS_GROUPS and CREATE_TODOLIST_GROUP are near-identical; use either\nColor values must be from the fixed palette; arbitrary hex/rgb values are not supported\nGroups are sub-sections within a to-do list, not standalone entities"
      },
      {
        "title": "5. Browse and Inspect Projects",
        "body": "When to use: User wants to list projects, get project details, or explore project structure\n\nTool sequence:\n\nBASECAMP_GET_PROJECTS - List all active projects [Required]\nBASECAMP_GET_PROJECT - Get comprehensive details for a specific project [Optional]\nBASECAMP_GET_PROJECTS_BY_PROJECT_ID - Alternative project detail retrieval [Alternative]\n\nKey parameters:\n\nstatus: Filter by \"archived\" or \"trashed\"; omit for active projects\nproject_id: Integer project ID for detailed retrieval\n\nPitfalls:\n\nProjects are sorted by most recently created first\nThe response includes a dock array with tools (todoset, message_board, etc.) and their IDs\nUse the dock tool IDs to find todoset_id, message_board_id, etc. for downstream operations"
      },
      {
        "title": "ID Resolution",
        "body": "Basecamp uses a hierarchical ID structure. Always resolve top-down:\n\nProject (bucket_id): BASECAMP_GET_PROJECTS -- find by name, capture the id\nTo-do set (todoset_id): Found in project dock or via BASECAMP_GET_BUCKETS_TODOSETS\nMessage board (message_board_id): Found in project dock or via BASECAMP_GET_MESSAGE_BOARD\nTo-do list (todolist_id): BASECAMP_GET_BUCKETS_TODOSETS_TODOLISTS\nPeople (person_id): BASECAMP_GET_PEOPLE or BASECAMP_LIST_PROJECT_PEOPLE\nNote: bucket_id and project_id refer to the same entity in different contexts"
      },
      {
        "title": "Pagination",
        "body": "Basecamp uses page-based pagination on list endpoints:\n\nResponse headers or body may indicate more pages available\nGET_PROJECTS, GET_BUCKETS_TODOSETS_TODOLISTS, and list endpoints return paginated results\nContinue fetching until no more results are returned"
      },
      {
        "title": "Content Formatting",
        "body": "All rich text fields use HTML, not Markdown\nWrap content in <div> tags; use <strong>, <em>, <ul>, <ol>, <li>, <a> etc.\nExample: <div><strong>Important:</strong> Complete by Friday</div>"
      },
      {
        "title": "ID Formats",
        "body": "All Basecamp IDs are integers, not strings or UUIDs\nbucket_id = project_id (same entity, different parameter names across tools)\nTo-do set IDs, to-do list IDs, and message board IDs are found in the project's dock array\nPerson IDs are integers; resolve names via GET_PEOPLE before operations"
      },
      {
        "title": "Status Field",
        "body": "status=\"draft\" for messages can cause HTTP 400; always use status=\"active\"\nProject/to-do list status filters: \"archived\", \"trashed\", or omit for active"
      },
      {
        "title": "Content Format",
        "body": "HTML only, never Markdown\nUpdates replace the entire body, not a partial diff\nInvalid HTML tags may be silently stripped"
      },
      {
        "title": "Rate Limits",
        "body": "Basecamp API has rate limits; space out rapid sequential requests\nLarge projects with many to-dos should be paginated carefully"
      },
      {
        "title": "URL Handling",
        "body": "Prefer app_url from API responses for user-facing links\nDo not reconstruct Basecamp URLs manually from IDs"
      },
      {
        "title": "Quick Reference",
        "body": "TaskTool SlugKey ParamsList projectsBASECAMP_GET_PROJECTSstatusGet projectBASECAMP_GET_PROJECTproject_idGet project detailBASECAMP_GET_PROJECTS_BY_PROJECT_IDproject_idGet to-do setBASECAMP_GET_BUCKETS_TODOSETSbucket_id, todoset_idList to-do listsBASECAMP_GET_BUCKETS_TODOSETS_TODOLISTSbucket_id, todoset_idGet to-do listBASECAMP_GET_BUCKETS_TODOLISTSbucket_id, todolist_idCreate to-do listBASECAMP_POST_BUCKETS_TODOSETS_TODOLISTSbucket_id, todoset_id, nameCreate to-doBASECAMP_POST_BUCKETS_TODOLISTS_TODOSbucket_id, todolist_id, contentCreate to-do (alt)BASECAMP_CREATE_TODObucket_id, todolist_id, contentList to-dosBASECAMP_GET_BUCKETS_TODOLISTS_TODOSbucket_id, todolist_idList to-do groupsBASECAMP_GET_TODOLIST_GROUPSbucket_id, todolist_idCreate to-do groupBASECAMP_POST_BUCKETS_TODOLISTS_GROUPSbucket_id, todolist_id, name, colorCreate to-do group (alt)BASECAMP_CREATE_TODOLIST_GROUPbucket_id, todolist_id, nameGet message boardBASECAMP_GET_MESSAGE_BOARDbucket_id, message_board_idCreate messageBASECAMP_CREATE_MESSAGEbucket_id, message_board_id, subject, statusCreate message (alt)BASECAMP_POST_BUCKETS_MESSAGE_BOARDS_MESSAGESbucket_id, message_board_id, subjectGet messageBASECAMP_GET_MESSAGEbucket_id, message_idUpdate messageBASECAMP_PUT_BUCKETS_MESSAGESbucket_id, message_idList all peopleBASECAMP_GET_PEOPLE(none)List project peopleBASECAMP_LIST_PROJECT_PEOPLEproject_idManage accessBASECAMP_PUT_PROJECTS_PEOPLE_USERSproject_id, grant, revoke, create"
      }
    ],
    "body": "Basecamp Automation via Rube MCP\n\nAutomate Basecamp operations including project management, to-do list creation, task management, message board posting, people management, and to-do group organization through Composio's Basecamp toolkit.\n\nPrerequisites\nRube MCP must be connected (RUBE_SEARCH_TOOLS available)\nActive Basecamp connection via RUBE_MANAGE_CONNECTIONS with toolkit basecamp\nAlways call RUBE_SEARCH_TOOLS first to get current tool schemas\nSetup\n\nGet Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.\n\nVerify Rube MCP is available by confirming RUBE_SEARCH_TOOLS responds\nCall RUBE_MANAGE_CONNECTIONS with toolkit basecamp\nIf connection is not ACTIVE, follow the returned auth link to complete Basecamp OAuth\nConfirm connection status shows ACTIVE before running any workflows\nCore Workflows\n1. Manage To-Do Lists and Tasks\n\nWhen to use: User wants to create to-do lists, add tasks, or organize work within a Basecamp project\n\nTool sequence:\n\nBASECAMP_GET_PROJECTS - List projects to find the target bucket_id [Prerequisite]\nBASECAMP_GET_BUCKETS_TODOSETS - Get the to-do set within a project [Prerequisite]\nBASECAMP_GET_BUCKETS_TODOSETS_TODOLISTS - List existing to-do lists to avoid duplicates [Optional]\nBASECAMP_POST_BUCKETS_TODOSETS_TODOLISTS - Create a new to-do list in a to-do set [Required for list creation]\nBASECAMP_GET_BUCKETS_TODOLISTS - Get details of a specific to-do list [Optional]\nBASECAMP_POST_BUCKETS_TODOLISTS_TODOS - Create a to-do item in a to-do list [Required for task creation]\nBASECAMP_CREATE_TODO - Alternative tool for creating individual to-dos [Alternative]\nBASECAMP_GET_BUCKETS_TODOLISTS_TODOS - List to-dos within a to-do list [Optional]\n\nKey parameters for creating to-do lists:\n\nbucket_id: Integer project/bucket ID (from GET_PROJECTS)\ntodoset_id: Integer to-do set ID (from GET_BUCKETS_TODOSETS)\nname: Title of the to-do list (required)\ndescription: HTML-formatted description (supports Rich text)\n\nKey parameters for creating to-dos:\n\nbucket_id: Integer project/bucket ID\ntodolist_id: Integer to-do list ID\ncontent: What the to-do is for (required)\ndescription: HTML details about the to-do\nassignee_ids: Array of integer person IDs\ndue_on: Due date in YYYY-MM-DD format\nstarts_on: Start date in YYYY-MM-DD format\nnotify: Boolean to notify assignees (defaults to false)\ncompletion_subscriber_ids: Person IDs notified upon completion\n\nPitfalls:\n\nA project (bucket) can contain multiple to-do sets; selecting the wrong todoset_id creates lists in the wrong section\nAlways check existing to-do lists before creating to avoid near-duplicate names\nSuccess payloads include user-facing URLs (app_url, app_todos_url); prefer returning these over raw IDs\nAll IDs (bucket_id, todoset_id, todolist_id) are integers, not strings\nDescriptions support HTML formatting only, not Markdown\n2. Post and Manage Messages\n\nWhen to use: User wants to post messages to a project message board or update existing messages\n\nTool sequence:\n\nBASECAMP_GET_PROJECTS - Find the target project and bucket_id [Prerequisite]\nBASECAMP_GET_MESSAGE_BOARD - Get the message board ID for the project [Prerequisite]\nBASECAMP_CREATE_MESSAGE - Create a new message on the board [Required]\nBASECAMP_POST_BUCKETS_MESSAGE_BOARDS_MESSAGES - Alternative message creation tool [Fallback]\nBASECAMP_GET_MESSAGE - Read a specific message by ID [Optional]\nBASECAMP_PUT_BUCKETS_MESSAGES - Update an existing message [Optional]\n\nKey parameters:\n\nbucket_id: Integer project/bucket ID\nmessage_board_id: Integer message board ID (from GET_MESSAGE_BOARD)\nsubject: Message title (required)\ncontent: HTML body of the message\nstatus: Set to \"active\" to publish immediately\ncategory_id: Message type classification (optional)\nsubscriptions: Array of person IDs to notify; omit to notify all project members\n\nPitfalls:\n\nstatus=\"draft\" can produce HTTP 400; use status=\"active\" as the reliable option\nbucket_id and message_board_id must belong to the same project; mismatches fail or misroute\nMessage content supports HTML tags only; not Markdown\nUpdates via PUT_BUCKETS_MESSAGES replace the entire body -- include the full corrected content, not just a diff\nPrefer app_url from the response for user-facing confirmation links\nBoth CREATE_MESSAGE and POST_BUCKETS_MESSAGE_BOARDS_MESSAGES do the same thing; use CREATE_MESSAGE first and fall back to POST if it fails\n3. Manage People and Access\n\nWhen to use: User wants to list people, manage project access, or add new users\n\nTool sequence:\n\nBASECAMP_GET_PEOPLE - List all people visible to the current user [Required]\nBASECAMP_GET_PROJECTS - Find the target project [Prerequisite]\nBASECAMP_LIST_PROJECT_PEOPLE - List people on a specific project [Required]\nBASECAMP_GET_PROJECTS_PEOPLE - Alternative to list project members [Alternative]\nBASECAMP_PUT_PROJECTS_PEOPLE_USERS - Grant or revoke project access [Required for access changes]\n\nKey parameters for PUT_PROJECTS_PEOPLE_USERS:\n\nproject_id: Integer project ID\ngrant: Array of integer person IDs to add to the project\nrevoke: Array of integer person IDs to remove from the project\ncreate: Array of objects with name, email_address, and optional company_name, title for new users\nAt least one of grant, revoke, or create must be provided\n\nPitfalls:\n\nPerson IDs are integers; always resolve names to IDs via GET_PEOPLE first\nproject_id for people management is the same as bucket_id for other operations\nLIST_PROJECT_PEOPLE and GET_PROJECTS_PEOPLE are near-identical; use either\nCreating users via create also grants them project access in one step\n4. Organize To-Dos with Groups\n\nWhen to use: User wants to organize to-dos within a list into color-coded groups\n\nTool sequence:\n\nBASECAMP_GET_PROJECTS - Find the target project [Prerequisite]\nBASECAMP_GET_BUCKETS_TODOLISTS - Get the to-do list details [Prerequisite]\nBASECAMP_GET_TODOLIST_GROUPS - List existing groups in a to-do list [Optional]\nBASECAMP_GET_BUCKETS_TODOLISTS_GROUPS - Alternative group listing [Alternative]\nBASECAMP_POST_BUCKETS_TODOLISTS_GROUPS - Create a new group in a to-do list [Required]\nBASECAMP_CREATE_TODOLIST_GROUP - Alternative group creation tool [Alternative]\n\nKey parameters:\n\nbucket_id: Integer project/bucket ID\ntodolist_id: Integer to-do list ID\nname: Group title (required)\ncolor: Visual color identifier -- one of: white, red, orange, yellow, green, blue, aqua, purple, gray, pink, brown\nstatus: Filter for listing -- \"archived\" or \"trashed\" (omit for active groups)\n\nPitfalls:\n\nPOST_BUCKETS_TODOLISTS_GROUPS and CREATE_TODOLIST_GROUP are near-identical; use either\nColor values must be from the fixed palette; arbitrary hex/rgb values are not supported\nGroups are sub-sections within a to-do list, not standalone entities\n5. Browse and Inspect Projects\n\nWhen to use: User wants to list projects, get project details, or explore project structure\n\nTool sequence:\n\nBASECAMP_GET_PROJECTS - List all active projects [Required]\nBASECAMP_GET_PROJECT - Get comprehensive details for a specific project [Optional]\nBASECAMP_GET_PROJECTS_BY_PROJECT_ID - Alternative project detail retrieval [Alternative]\n\nKey parameters:\n\nstatus: Filter by \"archived\" or \"trashed\"; omit for active projects\nproject_id: Integer project ID for detailed retrieval\n\nPitfalls:\n\nProjects are sorted by most recently created first\nThe response includes a dock array with tools (todoset, message_board, etc.) and their IDs\nUse the dock tool IDs to find todoset_id, message_board_id, etc. for downstream operations\nCommon Patterns\nID Resolution\n\nBasecamp uses a hierarchical ID structure. Always resolve top-down:\n\nProject (bucket_id): BASECAMP_GET_PROJECTS -- find by name, capture the id\nTo-do set (todoset_id): Found in project dock or via BASECAMP_GET_BUCKETS_TODOSETS\nMessage board (message_board_id): Found in project dock or via BASECAMP_GET_MESSAGE_BOARD\nTo-do list (todolist_id): BASECAMP_GET_BUCKETS_TODOSETS_TODOLISTS\nPeople (person_id): BASECAMP_GET_PEOPLE or BASECAMP_LIST_PROJECT_PEOPLE\nNote: bucket_id and project_id refer to the same entity in different contexts\nPagination\n\nBasecamp uses page-based pagination on list endpoints:\n\nResponse headers or body may indicate more pages available\nGET_PROJECTS, GET_BUCKETS_TODOSETS_TODOLISTS, and list endpoints return paginated results\nContinue fetching until no more results are returned\nContent Formatting\nAll rich text fields use HTML, not Markdown\nWrap content in <div> tags; use <strong>, <em>, <ul>, <ol>, <li>, <a> etc.\nExample: <div><strong>Important:</strong> Complete by Friday</div>\nKnown Pitfalls\nID Formats\nAll Basecamp IDs are integers, not strings or UUIDs\nbucket_id = project_id (same entity, different parameter names across tools)\nTo-do set IDs, to-do list IDs, and message board IDs are found in the project's dock array\nPerson IDs are integers; resolve names via GET_PEOPLE before operations\nStatus Field\nstatus=\"draft\" for messages can cause HTTP 400; always use status=\"active\"\nProject/to-do list status filters: \"archived\", \"trashed\", or omit for active\nContent Format\nHTML only, never Markdown\nUpdates replace the entire body, not a partial diff\nInvalid HTML tags may be silently stripped\nRate Limits\nBasecamp API has rate limits; space out rapid sequential requests\nLarge projects with many to-dos should be paginated carefully\nURL Handling\nPrefer app_url from API responses for user-facing links\nDo not reconstruct Basecamp URLs manually from IDs\nQuick Reference\nTask\tTool Slug\tKey Params\nList projects\tBASECAMP_GET_PROJECTS\tstatus\nGet project\tBASECAMP_GET_PROJECT\tproject_id\nGet project detail\tBASECAMP_GET_PROJECTS_BY_PROJECT_ID\tproject_id\nGet to-do set\tBASECAMP_GET_BUCKETS_TODOSETS\tbucket_id, todoset_id\nList to-do lists\tBASECAMP_GET_BUCKETS_TODOSETS_TODOLISTS\tbucket_id, todoset_id\nGet to-do list\tBASECAMP_GET_BUCKETS_TODOLISTS\tbucket_id, todolist_id\nCreate to-do list\tBASECAMP_POST_BUCKETS_TODOSETS_TODOLISTS\tbucket_id, todoset_id, name\nCreate to-do\tBASECAMP_POST_BUCKETS_TODOLISTS_TODOS\tbucket_id, todolist_id, content\nCreate to-do (alt)\tBASECAMP_CREATE_TODO\tbucket_id, todolist_id, content\nList to-dos\tBASECAMP_GET_BUCKETS_TODOLISTS_TODOS\tbucket_id, todolist_id\nList to-do groups\tBASECAMP_GET_TODOLIST_GROUPS\tbucket_id, todolist_id\nCreate to-do group\tBASECAMP_POST_BUCKETS_TODOLISTS_GROUPS\tbucket_id, todolist_id, name, color\nCreate to-do group (alt)\tBASECAMP_CREATE_TODOLIST_GROUP\tbucket_id, todolist_id, name\nGet message board\tBASECAMP_GET_MESSAGE_BOARD\tbucket_id, message_board_id\nCreate message\tBASECAMP_CREATE_MESSAGE\tbucket_id, message_board_id, subject, status\nCreate message (alt)\tBASECAMP_POST_BUCKETS_MESSAGE_BOARDS_MESSAGES\tbucket_id, message_board_id, subject\nGet message\tBASECAMP_GET_MESSAGE\tbucket_id, message_id\nUpdate message\tBASECAMP_PUT_BUCKETS_MESSAGES\tbucket_id, message_id\nList all people\tBASECAMP_GET_PEOPLE\t(none)\nList project people\tBASECAMP_LIST_PROJECT_PEOPLE\tproject_id\nManage access\tBASECAMP_PUT_PROJECTS_PEOPLE_USERS\tproject_id, grant, revoke, create"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/sohamganatra/basecamp-automation",
    "publisherUrl": "https://clawhub.ai/sohamganatra/basecamp-automation",
    "owner": "sohamganatra",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/basecamp-automation",
    "downloadUrl": "https://openagent3.xyz/downloads/basecamp-automation",
    "agentUrl": "https://openagent3.xyz/skills/basecamp-automation/agent",
    "manifestUrl": "https://openagent3.xyz/skills/basecamp-automation/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/basecamp-automation/agent.md"
  }
}