AIButton
根据描述自动生成符合规范的Vision Node AI按钮控件ZIP包。
下载 399
通过命令行操作 Twitter/X API,支持认证、请求预览与自动化调用。
openclaw skills install @aliraza948/apitweet命令、参数、文件名以原文为准
使用此技能当任务应通过运行 apitweet 命令完成,而非手动重写请求逻辑。
apitweet CLIauth_token--dry-run 测试或检查请求apitweet <path> 调用不要将此技能作为主要接口用于编辑 CLI 源代码本身的任务。
apitweet <path>。--dry-run。对于普通用户,推荐使用发布的 npm 包:
npm install -g apitweet-cli
apitweet --help从本仓库运行时:
node ./bin/apitweet.js --help开发过程中需要本地可执行文件时:
npm link
apitweet --help需要 Node.js 18 或更高版本。
https://apitweet.com/dashboard。APITWEET_KEY 或 --api-key 均可接受。APITWEET_BASE_URL 和 APITWEET_CONFIG_DIR。auth apps add 保存应用配置。--cookie 或已保存的配置文件。~/.apitweet/config.json 中读写持久化配置。auth_token 或 ct0,以明文 JSON 格式存储。--config-dir 或 APITWEET_CONFIG_DIR 来隔离凭证。应用配置设置:
apitweet auth apps add --name prod --api-key "sk_1d90c878..."
apitweet auth apps use prod从 Cookie 设置配置文件:
apitweet auth profiles add --name founder --cookie "ct0=...; auth_token=..."
apitweet auth profiles use founder从 auth_token 设置配置文件:
apitweet auth cookie --auth-token "your_auth_token" --save-as founder查看配置信息:
apitweet config show
apitweet config path优先使用便捷命令,例如:
apitweet --app prod about elonmusk
apitweet --app prod users elonmusk sama
apitweet --app prod search users "openai" --count 20
apitweet --app prod trending tweets --country "United States" --topic "Sports" --count 50
apitweet --app prod --profile founder article publish-md ./article.md --title "Launch Notes"
apitweet --app prod tweet lookup 1900000000000000000 --summary当已知端点但未封装为便捷命令时,使用通用路径形式:
apitweet /api/twitter/elonmusk/about
apitweet -X POST -d '["elonmusk","sama"]' /api/twitter/users--app、--profile、--api-key 和 --dry-run 放在命令之前。tweet create、tweet like、user follow、list create 和 article publish-md),优先使用 --dry-run。auth cookie 使用包含 auth_token 的请求路径,因此需注意日志和追踪记录的安全性。--media-url。使用独立的配置目录进行本地测试:
apitweet --config-dir ./.apitweet-local config show推荐顺序:
apitweet --help 或 node ./bin/apitweet.js --help 验证 CLI 是否正常启动。about 或 users。--dry-run 验证写入命令的构造。已收录 1 个 Skill