← Back to Skills Marketplace
Pacer Skill
by
hectormeta
· GitHub ↗
· v0.1.2
· MIT-0
275
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install pacer
Description
Your AI career companion. Scan your situation, map possible paths, simulate futures, and track progress week by week — with interactive charts.
Usage Guidance
This skill appears coherent with its stated purpose, but note: (1) it reads and stores CVs and onboarding answers in a local memory file (~/.openclaw/memory/pacer-[userID]-track.md) — that file will contain personal data (work history, financial buffer, goals). Make sure you understand how OpenClaw stores/ protects that memory and delete or redact entries you don't want retained. (2) Chart templates load Chart.js from jsdelivr CDN when rendered; rendering may cause a network request to that CDN (no user data is explicitly POSTed there, but page loads reveal that a render occurred). (3) The skill uses a weekly Heartbeat to prompt you automatically — if you don't want recurring prompts, check whether you can disable Heartbeat or the skill's scheduled triggers. If you plan to use it, confirm that local memory storage policy and heartbeat behavior are acceptable and avoid uploading highly sensitive documents you wouldn't want stored in plain text.
Capability Analysis
Type: OpenClaw Skill
Name: pacer
Version: 0.1.2
The 'pacer' skill is a career coaching and planning tool that uses structured prompts and HTML templates to provide career analysis and progress visualization. It leverages standard OpenClaw capabilities such as 'memory' for persistent tracking and 'file_parsing' for CV analysis. The skill's logic, contained within the 'prompts/' and 'charts/' directories, is transparent and strictly aligned with its stated purpose of career design without any evidence of data exfiltration, malicious execution, or harmful prompt injection.
Capability Assessment
Purpose & Capability
Name/description align with the instructions and templates: the skill parses resumes or user text, generates radar/gantt/timeline/heatmap charts and stores tracking state. All required behaviors (parsing, chart templates, weekly heartbeat, memory storage) are consistent with a career companion.
Instruction Scope
Runtime instructions explicitly tell the agent to read uploaded CV files or prompt the user for five onboarding questions, extract structured data, and save it to local memory. This is expected for a tracking/planning skill, but it means the skill will retain potentially sensitive personal data (CV contents, finances, progress notes). The HTML chart templates fetch Chart.js from jsdelivr CDN when rendered (external network request for frontend assets).
Install Mechanism
This is an instruction-only skill with no install spec or code to run at install time. The README suggests npx/clawhub as a convenience, but the skill bundle itself contains only templates and prompt files — no downloads or executables are fetched by the skill itself.
Credentials
The skill requests no environment variables, credentials, or unusual binaries. The only sensitive access is to local memory / filesystem (explicitly documented path: ~/.openclaw/memory/pacer-[userID]-track.md) which is proportional to its tracking purpose.
Persistence & Privilege
The skill requires persistent memory and a weekly heartbeat (requires.memory: true, heartbeat: weekly). It will write and update a local memory file and can be triggered weekly — this is consistent with its tracking feature but gives it recurring presence and the ability to re-contact the user via Heartbeat; consider whether you want automatic weekly prompts and what is stored persistently.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pacer - After installation, invoke the skill by name or use
/pacer - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.2
Add npx one-liner install with rate limit note
v0.1.1
Enrich README and SKILL.md with full feature docs, install guide, demo conversations, and chart descriptions
v0.1.0
Initial release of Pacer, your AI career companion.
- Scan your current career situation via CV or text input.
- Map out possible career paths, with or without set goals.
- Simulate and visualize future scenarios (e.g., 6 months ahead).
- Track progress through milestones and weekly reviews.
- Supports both Chinese and English language use.
- Weekly proactive check-in (heartbeat) included.
Metadata
Frequently Asked Questions
What is Pacer Skill?
Your AI career companion. Scan your situation, map possible paths, simulate futures, and track progress week by week — with interactive charts. It is an AI Agent Skill for Claude Code / OpenClaw, with 275 downloads so far.
How do I install Pacer Skill?
Run "/install pacer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pacer Skill free?
Yes, Pacer Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pacer Skill support?
Pacer Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pacer Skill?
It is built and maintained by hectormeta (@hectormeta); the current version is v0.1.2.
More Skills