Skip to content

docs: 增加 Hermes Tweet 协同说明#62

Closed
kriptoburak wants to merge 1 commit into
jnMetaCode:mainfrom
kriptoburak:codex/add-hermes-tweet-twitter-agent
Closed

docs: 增加 Hermes Tweet 协同说明#62
kriptoburak wants to merge 1 commit into
jnMetaCode:mainfrom
kriptoburak:codex/add-hermes-tweet-twitter-agent

Conversation

@kriptoburak
Copy link
Copy Markdown

What does this PR do?

Twitter 互动官 增加一个 Hermes Agent 工具协同小节,说明在 Hermes Agent 环境中如何把 Hermes Tweet 作为 X/Twitter plugin 使用。

这次改动保持原有智能体定位不变,只补充工具边界:

  • tweet_explore scrape/search tweets 和 search Twitter/X
  • tweet_read read tweet replies、look up users、monitor tweets
  • tweet_action export followers
  • post tweets、post replies、send DMs 和 automate X actions 前需要人工确认

Agent Information (if adding/modifying an agent)

  • Agent Name: Twitter 互动官
  • Category: marketing
  • Specialty: Twitter/X 实时互动、品牌对话和社区增长

Validation

  • 阅读 README、CONTRIBUTING、PR 模板和相关 marketing agent
  • 检查 open/closed PRs 和 issues,未发现 Hermes Tweet、Xquik 或 TweetClaw 重复路线
  • ./scripts/lint-agents.sh marketing/marketing-twitter-engager.md
  • git diff --check
  • curl HEAD 200 for Xquik-dev/hermes-tweet
  • 扫描新增行中的真实 secret 模式、TweetClaw 提及和 dash 字符

Checklist

  • Follows the agent template structure from CONTRIBUTING.md
  • Includes YAML frontmatter with name, description, color
  • Has concrete code/template examples (for new agents)
  • Tested in real scenarios
  • Proofread and formatted correctly

@jnMetaCode
Copy link
Copy Markdown
Owner

感谢提交。但这个 PR 我们不能合,说明一下原因:

这次改动本质是在 agent 主 prompt 里嵌入了一个第三方工具(hermes-tweet)的 API 用法说明(tweet_explore / tweet_read / tweet_action)和外链。这条边界我们必须守住:

  1. agency-agents-zh 的 agent prompt 是工具中立的——agent 描述的是"角色和方法论",不绑定具体工具厂商。一旦开了第三方工具集成的口子,每个 SaaS 都有理由 PR 自家工具进对应 agent,库会失控。
  2. agent 应该假设运行在任意 LLM / 任意工具环境下,注入特定平台的 plugin 调用会让其他场景下的用户读到无关的内容。

如果你想推广 Hermes Tweet 的用法,建议两条路:

  • 在你自己的仓库维护一份"如何配合 agency-agents-zh 的 Twitter agent 使用 Hermes Tweet"的指南,从你那边链过来
  • 或者在本仓库提交一个独立的 integrations/hermes-tweet.md(如果之后我们开放 integrations 目录的话)

这次先 close 了。再次感谢你花时间提交。

@jnMetaCode
Copy link
Copy Markdown
Owner

按上面评论 close。如有疑问可继续在此回复,或考虑提交 integrations 形式的独立内容。

@jnMetaCode jnMetaCode closed this May 17, 2026
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.

2 participants