← 返回 Skills 市场
amadohallal

Pengbo Space

作者 AmadoHallal · GitHub ↗ · v1.1.1-beta.1 · MIT-0
cross-platform ⚠ suspicious
342
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install pengbo-space
功能描述
通过 pengbo.space 的 SMM API 查询服务、筛选服务 ID、提交订单、查询订单状态、发起补单和检查余额。适用于需要安全调用 pengbo.space/api/v1 的自动化任务。对写操作默认要求显式确认。
安全使用建议
What to check before installing: - Metadata mismatch: the skill expects an API key (PENGBO_API_KEY) for many operations, but the registry entry does not declare any required credentials. Confirm the publisher and ensure you supply a valid PENGBO_API_KEY only if you trust pengbo.space. - Local writes: the skill writes cache and audit files under skills/pengbo-space/data/ (services cache, orders-log.jsonl, onboarding-state.json). If you care about where logs or hashes live, inspect or relocate this directory. - Write operations are real and billable: add/refill create real orders against an external SMM service and may incur charges. The skill requires explicit --confirm for writes, but always verify before authorizing any write action. - Update flow and downloads: updates/downloads are allowed only from clawhub.com, clawhub.ai, or pengbo.space and require signature verification, which is good — verify the public key you provide is correct. - Helper scripts may install tools (e.g., cyclonedx-bom via pip --user) when run; these are not automatic at install but will modify your user environment if executed. - Legal/ethical: the skill automates social-media growth actions (followers/likes/views). Ensure this use complies with the terms of the social platforms and your organization’s policy. Recommended actions: 1) Ask the publisher (or registry owner) to update the skill metadata to declare PENGBO_API_KEY as the primary credential so the permission model is accurate. 2) Review scripts (scripts/pengbo_smm.py, secure_update.sh) yourself or with a security reviewer before enabling autonomous invocation; confirm the allowed hosts and signing key. 3) If you proceed, run first with read-only commands (health, services) and with an API key scoped to a test account; inspect data/ files created by the skill. I flagged this as "suspicious" (not malicious) because the code and instructions are consistent with the claimed purpose, but the omission of the API key in the declared requirements and the presence of local write/update behaviors are notable, avoidable mismatches that you should resolve before trusting the skill.
功能分析
Type: OpenClaw Skill Name: pengbo-space Version: 1.1.1-beta.1 The pengbo-space skill bundle is a professional-grade SMM API wrapper that demonstrates significant security maturity. It includes robust security controls such as a signed update mechanism (secure_update.sh) using Ed25519 signatures, strict HTTPS/domain allowlisting (pengbo.space), and automated pre-release security scanning scripts (pre_release_scan.sh). The core logic in pengbo_smm.py is well-implemented with safety features like idempotency guards, audit logging, and mandatory user confirmation for financial transactions (orders), with no evidence of malicious intent or unauthorized data access.
能力评估
Purpose & Capability
The skill is a client for pengbo.space/api/v1 (queries, create orders, refill, balance). The bundled Python script and docs expect an API key (PENGBO_API_KEY) and perform write actions (orders, refill). However, the registry metadata lists no required env vars or primary credential — that is inconsistent. Other capabilities (local caching, audit logs, update/verify flow) are coherent with the stated purpose.
Instruction Scope
SKILL.md and scripts restrict network egress to the pengbo.space API and require explicit --confirm for write ops. The skill writes cache/audit files under its data/ directory (services-cache_..., orders-log.jsonl, onboarding-state.json). It does not instruct reading unrelated system files or broad shell passthrough. Note: some maintenance scripts may install tools (cyclonedx-py) when run.
Install Mechanism
No install spec is provided (instruction + code files only). There is no remote install of arbitrary code at enable-time. Release/update scripts can download artifacts but enforce host allowlist and signature verification. Some helper scripts will try to pip install tooling into the user's home when executed (generate_sbom.sh).
Credentials
Runtime code and docs refer to PENGBO_API_KEY (and allow passing --key). The registry metadata lists no required env vars or primary credential — this omission is an inconsistency and a practical risk (users may not realize they must provide the API key). Other env/config needs (optional PUBKEY_FILE for secure_update, PATH changes in helper scripts) are proportionate to the documented update/audit flows.
Persistence & Privilege
always:false (normal). The skill does create and write files under its own data/ directory (cache, audit, onboarding state) but does not claim autostart, system cron creation, or modification of other skills. Agent autonomous invocation is allowed (platform default) — combine that with write/network actions into pengbo.space when considering trust.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pengbo-space
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pengbo-space 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.1-beta.1
仅文档更新:优化触发策略与示例语句,提升安装后调用命中率;功能与安全策略保持不变。
v1.1.0-beta.1
1.1测试版:完成免费安全优化全套检查(冒烟/安全门禁/扫描/SBOM/SHA256),并发布最新测试构建。
v1.0.0-beta.2
安全优化版:关闭默认高危行为;强制HTTPS+域名白名单;新增secure_update签名校验流程(验签失败即中止);接入yara/clamav扫描、SBOM自动生成、CI安全门禁与误报申诉模板。
v1.0.0-beta.1
1.0测试版:新增list-orders、多语言自动输出、display展示层、状态本地化、冒烟测试脚本;修复API Key文档地址为/user/api/docs;内建每2天强制自动更新策略。
元数据
Slug pengbo-space
版本 1.1.1-beta.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Pengbo Space 是什么?

通过 pengbo.space 的 SMM API 查询服务、筛选服务 ID、提交订单、查询订单状态、发起补单和检查余额。适用于需要安全调用 pengbo.space/api/v1 的自动化任务。对写操作默认要求显式确认。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 342 次。

如何安装 Pengbo Space?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install pengbo-space」即可一键安装,无需额外配置。

Pengbo Space 是免费的吗?

是的,Pengbo Space 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Pengbo Space 支持哪些平台?

Pengbo Space 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Pengbo Space?

由 AmadoHallal(@amadohallal)开发并维护,当前版本 v1.1.1-beta.1。

💬 留言讨论