English · 简体中文
Clawrise is an AI-oriented CLI that calls third-party platforms through stable operations. It fits two main workflows:
- connect
clawriseto AI clients such as Codex, Claude Code, OpenClaw, and OpenCode, then let the AI use platform skills - run
clawrisedirectly in your terminal
Current built-in platforms:
notionfeishu
Send the following prompt to the AI assistant as-is:
Access https://raw.githubusercontent.com/repothread/clawrise-cli/main/docs/en/ai-install.md and follow the steps there to install the `clawrise` command and run setup for the current client.
npm install -g @clawrise/clawrise-cli- Open the Notion integrations page and create or choose an integration
- Copy the integration
Internal Integration Token - If you want an AI client to load the matching skills directly, run any of these:
NOTION_INTERNAL_TOKEN=secret_xxx clawrise setup codex notion
NOTION_INTERNAL_TOKEN=secret_xxx clawrise setup claude-code notion
NOTION_INTERNAL_TOKEN=secret_xxx clawrise setup openclaw notion
NOTION_INTERNAL_TOKEN=secret_xxx clawrise setup opencode notionIf you do not want to pass the token through an environment variable, you can also run:
clawrise setup codex notion
clawrise setup claude-code notion
clawrise setup openclaw notion
clawrise setup opencode notionThen enter the Internal Integration Token when prompted. In an interactive terminal, commands such as clawrise setup codex notion will enter interactive input mode automatically.
After setup completes, you can verify that the current default account is usable:
clawrise auth check
clawrise doctor- Open the Feishu developer app console and create or choose an app
- Record the app
App IDandApp Secret - If you want an AI client to load the matching skills directly, run any of these:
FEISHU_APP_ID=cli_xxx FEISHU_APP_SECRET=cli_secret_xxx clawrise setup codex feishu
FEISHU_APP_ID=cli_xxx FEISHU_APP_SECRET=cli_secret_xxx clawrise setup claude-code feishu
FEISHU_APP_ID=cli_xxx FEISHU_APP_SECRET=cli_secret_xxx clawrise setup openclaw feishu
FEISHU_APP_ID=cli_xxx FEISHU_APP_SECRET=cli_secret_xxx clawrise setup opencode feishuIf you do not want to pass credentials through environment variables, you can also run:
clawrise setup codex feishu
clawrise setup claude-code feishu
clawrise setup openclaw feishu
clawrise setup opencode feishuThen enter App ID and App Secret when prompted.
After setup completes, you can verify that the current default account is usable:
clawrise auth check
clawrise doctor- AI Installation Guide
- Community companion docs for plugin authors and runtime governance now live in the separate
clawriseproject root markdown files.
This project is licensed under the MIT License.