{"id":50610976,"url":"https://github.com/ComposioHQ/openclaw-composio-plugin","last_synced_at":"2026-06-08T02:00:23.397Z","repository":{"id":342493789,"uuid":"1164515485","full_name":"ComposioHQ/openclaw-composio-plugin","owner":"ComposioHQ","description":"Access 1000+ third-party tools in OpenClaw via Composio — Gmail, Slack, GitHub, Notion, Linear, Jira, HubSpot, Salesforce, Google Drive, and more.","archived":false,"fork":false,"pushed_at":"2026-04-07T14:06:35.000Z","size":57,"stargazers_count":35,"open_issues_count":2,"forks_count":8,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-24T07:03:01.766Z","etag":null,"topics":["clawdbot-plugin","moltbot-plugin","openclaw","openclaw-extension","openclaw-integration","openclaw-plugin","openclaw-skills"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ComposioHQ.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-23T07:05:00.000Z","updated_at":"2026-04-14T12:32:17.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ComposioHQ/openclaw-composio-plugin","commit_stats":null,"previous_names":["composiohq/openclaw-composio-plugin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ComposioHQ/openclaw-composio-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComposioHQ%2Fopenclaw-composio-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComposioHQ%2Fopenclaw-composio-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComposioHQ%2Fopenclaw-composio-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComposioHQ%2Fopenclaw-composio-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ComposioHQ","download_url":"https://codeload.github.com/ComposioHQ/openclaw-composio-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComposioHQ%2Fopenclaw-composio-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34044919,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clawdbot-plugin","moltbot-plugin","openclaw","openclaw-extension","openclaw-integration","openclaw-plugin","openclaw-skills"],"created_at":"2026-06-06T04:00:15.796Z","updated_at":"2026-06-08T02:00:23.385Z","avatar_url":"https://github.com/ComposioHQ.png","language":"TypeScript","funding_links":[],"categories":["Skills \u0026 Plugins"],"sub_categories":["Notable Skills \u0026 Plugins"],"readme":"# Composio for OpenClaw\n\nUse the Composio CLI with OpenClaw to access 1000+ third-party tools: Gmail, Slack, GitHub, Notion, Linear, Jira, HubSpot, Salesforce, Google Drive, and more.\n\nThis package is intentionally small. It exists as an OpenClaw marketplace/plugin entry that points agents and users to the Composio CLI. The old direct MCP plugin path is no longer the recommended integration.\n\n## Install the Composio CLI\n\n```bash\ncurl -fsSL https://composio.dev/install | bash -s -- --agent\n```\n\nThen sign in:\n\n```bash\ncomposio login\ncomposio whoami\n```\n\n## Optional: Install the OpenClaw Plugin\n\nInstall this plugin if you want OpenClaw to show Composio onboarding and CLI guidance:\n\n```bash\nopenclaw plugins install @composio/openclaw-plugin\n```\n\nRestart OpenClaw after installing.\n\n## How to Use Composio\n\nStart with the CLI:\n\n```bash\ncomposio search \"create a github issue\"\ncomposio execute GITHUB_CREATE_AN_ISSUE --get-schema\ncomposio execute GITHUB_CREATE_AN_ISSUE --dry-run -d '{ owner: \"acme\", repo: \"app\", title: \"Bug report\" }'\n```\n\nIf the CLI says an app is not connected, link it and retry:\n\n```bash\ncomposio link github\ncomposio execute GITHUB_GET_THE_AUTHENTICATED_USER -d '{}'\n```\n\nFor multi-step workflows, use `composio run`:\n\n```bash\ncomposio run '\n  const me = await execute(\"GITHUB_GET_THE_AUTHENTICATED_USER\");\n  console.log(me);\n'\n```\n\n## Onboarding Flow\n\nFor first-time users, OpenClaw should guide them through:\n\n1. Check CLI install and auth with `composio whoami`.\n2. If needed, run the install command above and `composio login`.\n3. Ask what they want to automate.\n4. Recommend 2-4 apps, then connect each one with `composio link \u003capp\u003e`.\n5. Verify the connection with a small `composio execute ...` command.\n\nCommon verification commands:\n\n```bash\ncomposio execute GITHUB_GET_THE_AUTHENTICATED_USER -d '{}'\ncomposio execute GMAIL_FETCH_EMAILS -d '{ max_results: 1 }'\ncomposio execute SLACK_LIST_CHANNELS -d '{}'\ncomposio execute NOTION_SEARCH_NOTION_PAGE -d '{ query: \"\" }'\ncomposio execute LINEAR_LIST_LINEAR_TEAMS -d '{}'\n```\n\n## OpenClaw Helper Commands\n\nAfter installing this plugin:\n\n```bash\nopenclaw composio setup    # Print CLI install and login steps\nopenclaw composio status   # Check whether the CLI is installed and signed in\nopenclaw composio doctor   # Show the recommended OpenClaw + Composio flow\n```\n\n## Links\n\n- [Composio CLI docs](https://docs.composio.dev/docs/cli)\n- [Composio Dashboard](https://app.composio.dev)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FComposioHQ%2Fopenclaw-composio-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FComposioHQ%2Fopenclaw-composio-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FComposioHQ%2Fopenclaw-composio-plugin/lists"}