← Back to Skills Marketplace
323
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install s1cli
Description
Stage1st (S1) 论坛命令行工具,基于 s1cli Python 包。支持登录/登出、浏览版块和帖子、发帖/回帖、搜索帖子、每日签到、查看个人信息、配置管理。当用户询问「S1」「Stage1st」「一阶段论坛」的操作,或要求浏览/发帖/搜索/签到/回帖时使用此 skill。需要已安装 s1cli(pip...
Usage Guidance
这项技能是说明如何调用本地的 s1cli 命令行工具,而不是自带可执行代码;在安装或使用前请:
- 验证 s1cli 的来源(PyPI 包名或 GitHub https://github.com/Geoion/s1cli.git),优先从可信源安装;
- 在虚拟环境或受控容器中进行 pip install,以避免把未审查的包安装到全局环境;
- 注意你需要在本地提供论坛用户名/密码以运行 login,登录信息会以会话(cookies)形式保存在 ~/.config/s1cli/session.toml,妥善保护该文件;
- 该 skill 会通过运行本地命令与你的环境交互(python3 -m s1cli),如果你不信任本地安装的 s1cli 实现或代码库,不要安装或调用它;
- 若担心自动化风险,可限制代理的自动调用权限或仅在手动触发下使用该 skill。
Capability Analysis
Type: OpenClaw Skill
Name: s1cli
Version: 1.1.0
The skill bundle provides documentation for a command-line interface (CLI) tool designed to interact with the Stage1st forum. All described commands and functionalities (login, post, reply, search, check-in, profile, configuration) are directly related to the stated purpose of a forum client. The installation instructions are standard, and the mention of session files (`~/.config/s1cli/session.toml`) is expected for a CLI tool maintaining state. There is no evidence of malicious intent, such as data exfiltration, unauthorized command execution, persistence mechanisms, or prompt injection attempts against the AI agent. The documentation is clear and transparent about the tool's operations.
Capability Assessment
Purpose & Capability
名称/描述与 SKILL.md 中的行为一致:说明如何使用 s1cli 包进行登录、浏览、发帖、回帖、签到等论坛操作。没有要求与功能无关的环境变量或外部服务。
Instruction Scope
运行说明限定为调用本地命令(python3 -m s1cli ...),示例还包含如何用 subprocess 解析 --json 输出。没有指示读取系统范围内的凭据或其他不相关文件,只提及并定位其会话文件 (~/.config/s1cli/session.toml),这是合理且与功能相关。
Install Mechanism
注册表中无 install spec(instruction-only),但 README 建议通过 pip install 或从 GitHub 克隆并 pip install -e 安装 —— 这是常见做法。不过任何 pip install 或 git clone 都会在本地执行第三方代码;建议在受控环境(虚拟环境或容器)中安装并检查包来源。
Credentials
skill 不要求额外环境变量或凭据。它确实要求用户进行论坛登录(交互地提供用户名/密码),并在本地保存会话文件(cookies)到 ~/.config/s1cli/session.toml,这与论坛操作的目的相符。
Persistence & Privilege
flags: always 为 false(默认),没有要求长期驻留或修改其他技能/系统配置。会话文件写入到用户配置目录是正常行为且与功能相符。
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install s1cli - After installation, invoke the skill by name or use
/s1cli - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
修复 SOCKS 依赖安装说明(zsh 引号问题);新增 --json 输出第一行非 JSON 的解析陷阱及示例代码;完善常见问题表格
v0.1.0
Initial release: 登录、浏览版块/帖子、发帖/回帖、搜索、签到、个人信息
Metadata
Frequently Asked Questions
What is s1cli?
Stage1st (S1) 论坛命令行工具,基于 s1cli Python 包。支持登录/登出、浏览版块和帖子、发帖/回帖、搜索帖子、每日签到、查看个人信息、配置管理。当用户询问「S1」「Stage1st」「一阶段论坛」的操作,或要求浏览/发帖/搜索/签到/回帖时使用此 skill。需要已安装 s1cli(pip... It is an AI Agent Skill for Claude Code / OpenClaw, with 323 downloads so far.
How do I install s1cli?
Run "/install s1cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is s1cli free?
Yes, s1cli is completely free (open-source). You can download, install and use it at no cost.
Which platforms does s1cli support?
s1cli is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created s1cli?
It is built and maintained by Eski Yin (@geoion); the current version is v1.1.0.
More Skills