← Back to Skills Marketplace
76
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pans-poc-tracker
Description
AI算力销售POC追踪器。管理POC全生命周期,记录技术卡点,提醒跟进,生成转化报告。 支持阶段跟踪、团队协作、风险预警。 触发词:POC跟踪, 测试管理, 技术验证, POC进度, proof of concept, trial tracking
Usage Guidance
This script appears to be a simple, local POC tracker. Before installing, review the Python file yourself to confirm there are no network calls (requests/sockets) or subprocess executions in the truncated portion. Be aware that customer data is stored unencrypted in ~/.qclaw/skills/pans-poc-tracker/data/pocs.json — if that contains sensitive information, consider encrypting the file or restricting filesystem permissions. If you need remote/team sync, implement an explicit, reviewed integration rather than modifying this local script.
Capability Analysis
Type: OpenClaw Skill
Name: pans-poc-tracker
Version: 1.0.0
The skill is a legitimate POC (Proof of Concept) tracking tool for sales teams, managing the lifecycle of technical trials. The implementation in scripts/poc.py is a straightforward CLI application that performs local CRUD operations on a JSON file located in the user's home directory, with no network activity, suspicious file access, or malicious instructions found in SKILL.md.
Capability Assessment
Purpose & Capability
Name/description (POC tracking for AI compute sales) match the included CLI and Python implementation: creating, listing, updating, staging, recording blockers/feedback, reporting and reminders. No unrelated capabilities (cloud, email, or external integrations) are requested.
Instruction Scope
SKILL.md instructs the agent/user to run local python CLI commands and documents the local storage path (~/.qclaw/skills/pans-poc-tracker/data/pocs.json). The instructions do not ask the agent to read other system files, environment variables, or send data externally.
Install Mechanism
There is no install spec — the skill is instruction-only plus a single Python script. Nothing is downloaded or installed automatically; runtime is local Python execution.
Credentials
The skill requires no environment variables, credentials, or config paths beyond writing to a subdirectory in the user's home. That is proportionate to a local CLI data-tracking tool.
Persistence & Privilege
always is false and the skill does not request persistent platform-wide privileges. It stores data only under the user's home ~/.qclaw path and does not modify other skills or global agent configuration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pans-poc-tracker - After installation, invoke the skill by name or use
/pans-poc-tracker - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of pans-poc-tracker, an AI compute POC lifecycle tracker.
- Supports stage tracking, blocker recording, team collaboration, and risk alerts.
- Allows creating, updating, closing POCs, and generating conversion reports via CLI.
- Manages key fields including technical/business owners, GPU config, blockers, feedback, progress, and status.
- Data stored locally in JSON format for easy access and audit.
- Includes reminders for follow-up actions.
Metadata
Frequently Asked Questions
What is Pans Poc Tracker?
AI算力销售POC追踪器。管理POC全生命周期,记录技术卡点,提醒跟进,生成转化报告。 支持阶段跟踪、团队协作、风险预警。 触发词:POC跟踪, 测试管理, 技术验证, POC进度, proof of concept, trial tracking. It is an AI Agent Skill for Claude Code / OpenClaw, with 76 downloads so far.
How do I install Pans Poc Tracker?
Run "/install pans-poc-tracker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pans Poc Tracker free?
Yes, Pans Poc Tracker is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pans Poc Tracker support?
Pans Poc Tracker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pans Poc Tracker?
It is built and maintained by dashiming (@dashiming); the current version is v1.0.0.
More Skills