Files
nexus/wiki/concepts/Bird-Skill.md
2026-04-17 23:18:07 +08:00

29 lines
862 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Bird Skill"
type: concept
tags: [ai-agent, automation, social-media]
last_updated: 2026-04-17
---
## Definition
Bird Skill 是 OpenClaw 内置的 X/Twitter 操作技能,用于获取和分析用户推文数据。
## Capabilities
- 获取指定用户的最近 N 条推文
- 分析推文模式和质量
- 支持定性分析而非仅定量统计
## Technical Details
- 安装方式:`clawhub install bird` 或预置(`it comes pre-bundled`
- 依赖:需要提供 X 账户的 Cookie 信息(`auth-token``ct0`
## Related Concepts
- [[TweetClaw]] — X/Twitter 自动化插件,提供更完整的操作能力
- [[OpenClaw]] — Bird Skill 的宿主工具
## Related Entities
- [[OpenClaw]] — AI Agent 管理工具
## Notes
- Bird Skill 侧重于数据获取和分析
- TweetClaw 侧重于操作执行(发推、互动、抽奖等)