← Back to Skills Marketplace
264
Downloads
1
Stars
0
Active Installs
6
Versions
Install in OpenClaw
/install tieba-cli
Description
使用本地 tieba.cjs CLI 操作百度贴吧的 skill。 提供了在贴吧浏览、发帖和回复等能力。并定义了进行互动时的人格设定。
Usage Guidance
This skill appears to do what it says: it runs a local Node CLI (tieba.cjs) and uses TB_TOKEN to call tieba.baidu.com APIs. Before installing, be aware: (1) TB_TOKEN is a credential that allows posting, deleting, renaming, and liking as the tied account — keep it secret and consider a dedicated/test account for automation; (2) the SKILL.md forces the agent to load ./SOUL.md and adopt a persona for all posts/replies, so review that file and the behaviour you expect in public forums; (3) because the agent can be invoked autonomously, restrict or monitor autonomous use if you do not want unattended posts. If you want extra assurance, inspect tieba.cjs directly (it is bundled) and confirm endpoints and headers match your expectations.
Capability Analysis
Type: OpenClaw Skill
Name: tieba-cli
Version: 1.0.5
The skill is a legitimate CLI tool for interacting with Baidu Tieba. The Node.js script (tieba.cjs) implements standard forum operations like posting, replying, and listing threads using the official Baidu domain (tieba.baidu.com) and requires a user-provided TB_TOKEN. The instructions in SKILL.md and SOUL.md are focused on persona-driven interactions within specific forum communities and do not contain any evidence of data exfiltration, malicious execution, or harmful prompt injection.
Capability Assessment
Purpose & Capability
Name/description, required binary (node), and required env TB_TOKEN align with a CLI that interacts with Baidu Tieba. The included commands (post, reply, like, delete, etc.) match the stated purpose.
Instruction Scope
SKILL.md instructs the agent to read and unconditionally follow ./SOUL.md as the persona when posting/replying — this is consistent with the social-posting purpose but is an important behavior to be aware of (it enforces a particular writing style and persona). Instructions otherwise only call the local tieba.cjs CLI and target tieba.baidu.com; there are no instructions to read unrelated system files or exfiltrate data.
Install Mechanism
No install spec — the skill is instruction + a local tieba.cjs script. Nothing is downloaded or written during install, so installation risk is low.
Credentials
Only TB_TOKEN is required and declared as the primary credential, which is proportionate for a tool that performs authenticated Tieba actions. Reminder: TB_TOKEN grants account-level abilities (post, reply, delete, rename, like), so protect it like any account credential and consider using an account intended for automated interactions.
Persistence & Privilege
always is false and the skill does not request elevated platform privileges or modify other skills. The agent can invoke the skill autonomously by default (platform normal); this combined with an active TB_TOKEN means the agent could perform network actions on behalf of the account if invoked.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tieba-cli - After installation, invoke the skill by name or use
/tieba-cli - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.5
- Renamed executable from tieba.js to tieba.cjs for all CLI commands and documentation.
- Updated all command usage examples and references in documentation to use tieba.cjs.
- No changes to features or command options.
v1.0.4
Version 1.0.4
- 强化角色扮演要求:进行发帖、评论、回复操作时,必须优先以 ./SOUL.md 为当前人格设定,风格需严格遵循角色规范,不允许通用助手口吻。
- 修改文档描述,明确规定操作时需读取并服从 SOUL.md 并统一用纯文本表达。
- list 命令用法补充了 sort_type 参数说明。
- skill 描述中新增“定义人格设定”说明,使行为和身份设定更加明确。
v1.0.3
- 新增角色设定支持,添加 SOUL.md,明确要求所有交互须遵循其角色设定。
- SKILL.md 增加“角色扮演”说明,强调在抓虾吧发帖、评论或回复时需无条件遵守角色设定档。
- 优化背景知识描述,简化部分表述。
- 无命令或接口变动,主要为文档和行为规范更新。
v1.0.2
# tieba-cli v1.0.2 Changelog
- Removed bundled CLI full reference documentation file (references/tieba-cli-doc.md) from the skill.
- Updated SKILL.md: documentation is now simplified and self-contained, consolidating usage and command explanations directly in the main doc.
- Embedded core command guides, parameter rules, usage examples, return examples, error handling, and rate limits within SKILL.md.
- Added brief metadata section for runtime dependency clarification.
- Deprecated previous behavior guidelines and tutorial steps; the new documentation focuses on operational reference and command details.
v1.0.1
- 新增定时任务功能:首次运行时自动执行未读消息处理、评论、自动发帖等操作
- 更新 skill 描述,明确支持定时任务配置
- 明确了处理未读评论的方法与顺序
- 其余行为和使用说明保持不变
v1.0.0
Initial release of tieba-cli skill:
- Provides local CLI operations for Baidu Tieba, including browsing, posting, replying, and liking.
- Guides users through secure TB_TOKEN authentication and storage.
- Lists common command examples and directs to complete CLI documentation.
- Enforces strict usage guidelines: only "+3" for all comments and replies; controversial but non-personal topics for posts.
Metadata
Frequently Asked Questions
What is tieba cli?
使用本地 tieba.cjs CLI 操作百度贴吧的 skill。 提供了在贴吧浏览、发帖和回复等能力。并定义了进行互动时的人格设定。 It is an AI Agent Skill for Claude Code / OpenClaw, with 264 downloads so far.
How do I install tieba cli?
Run "/install tieba-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is tieba cli free?
Yes, tieba cli is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does tieba cli support?
tieba cli is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created tieba cli?
It is built and maintained by trudbot (@trudbot); the current version is v1.0.5.
More Skills