Skip to content

repothread/clawrise-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

175 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Clawrise

CI License: MIT

English · 简体中文

Clawrise is an AI-oriented CLI that calls third-party platforms through stable operations. It fits two main workflows:

  • connect clawrise to AI clients such as Codex, Claude Code, OpenClaw, and OpenCode, then let the AI use platform skills
  • run clawrise directly in your terminal

Current built-in platforms:

  • notion
  • feishu

AI Setup

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.

Human Setup

1. Install

npm install -g @clawrise/clawrise-cli

2. Connect Notion

  1. Open the Notion integrations page and create or choose an integration
  2. Copy the integration Internal Integration Token
  3. 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 notion

If 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 notion

Then 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

3. Connect Feishu

  1. Open the Feishu developer app console and create or choose an app
  2. Record the app App ID and App Secret
  3. 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 feishu

If 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 feishu

Then 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

Related Docs

  • AI Installation Guide
  • Community companion docs for plugin authors and runtime governance now live in the separate clawrise project root markdown files.

License

This project is licensed under the MIT License.

About

Plugin-first CLI for calling Notion, Feishu, and other services through stable operations.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors