← Back to Skills Marketplace
amadohallal

Pengbo Space

by AmadoHallal · GitHub ↗ · v1.1.1-beta.1 · MIT-0
cross-platform ⚠ suspicious
342
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install pengbo-space
Description
通过 pengbo.space 的 SMM API 查询服务、筛选服务 ID、提交订单、查询订单状态、发起补单和检查余额。适用于需要安全调用 pengbo.space/api/v1 的自动化任务。对写操作默认要求显式确认。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pengbo-space
  3. After installation, invoke the skill by name or use /pengbo-space
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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天强制自动更新策略。
Metadata
Slug pengbo-space
Version 1.1.1-beta.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is Pengbo Space?

通过 pengbo.space 的 SMM API 查询服务、筛选服务 ID、提交订单、查询订单状态、发起补单和检查余额。适用于需要安全调用 pengbo.space/api/v1 的自动化任务。对写操作默认要求显式确认。 It is an AI Agent Skill for Claude Code / OpenClaw, with 342 downloads so far.

How do I install Pengbo Space?

Run "/install pengbo-space" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Pengbo Space free?

Yes, Pengbo Space is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Pengbo Space support?

Pengbo Space is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Pengbo Space?

It is built and maintained by AmadoHallal (@amadohallal); the current version is v1.1.1-beta.1.

💬 Comments