Skip to content

docs: 新增 X/Twitter 全自动化用例#41

Open
AlexAnys wants to merge 2 commits into
mainfrom
feat/x-twitter-automation
Open

docs: 新增 X/Twitter 全自动化用例#41
AlexAnys wants to merge 2 commits into
mainfrom
feat/x-twitter-automation

Conversation

@AlexAnys
Copy link
Copy Markdown
Owner

Summary

来源验证

来源 类型
hesamsheikh/awesome-openclaw-usecases PR #72 上游社区 PR
Xquik-dev/tweetclaw (20 stars, MIT, last push 2026-03-13) 开源仓库

Test plan

  • 用例文件格式符合仓库模板
  • 技术术语首次出现时括号注释
  • 凭证通过环境变量传递,无硬编码
  • 代码块注释中文,代码命令英文
  • 包含社交媒体平台风控提醒

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 1c8b9a80ba

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread usecases/x-twitter-automation.md Outdated
```bash
# 设置 API Key(不要直接写入明文,建议使用环境变量)
export XQUIK_API_KEY="xq_YOUR_KEY"
openclaw config set plugins.entries.tweetclaw.config.apiKey "$XQUIK_API_KEY"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Avoid persisting API key in plaintext config

openclaw config set plugins.entries.tweetclaw.config.apiKey "$XQUIK_API_KEY" will write the expanded secret value into OpenClaw’s config file, so users who follow this step end up storing their API key at rest in plaintext despite the note about using environment variables. This is a security regression in the setup instructions because leaked config files (dotfile sync, backups, screenshots, shared machines) would expose production credentials.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant