← Back to Skills Marketplace
Pilot Archive
by
Calin Teodor
· GitHub ↗
· v1.0.0
· MIT-0
107
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pilot-archive
Description
Index and search historical data exchanges, messages, and file transfers over Pilot Protocol. Use this skill when: 1. You need to search through past message...
Usage Guidance
This skill appears to do what it says: locally index and search Pilot Protocol history. Before installing: (1) ensure pilotctl and jq are installed and the pilot daemon is trusted/running locally; the SKILL.md expects jq and mentions tar/gzip but the registry metadata doesn't list jq — consider adding it to required binaries. (2) Be aware it will copy message and file metadata/content into $HOME/.pilot/archive (sensitive data stored locally). (3) Review/limit file permissions on the archive directory and vet pilotctl (it can access your messages). (4) Test commands manually to confirm no unexpected network activity. If you need stronger privacy controls, avoid indexing or add filters to exclude sensitive messages.
Capability Analysis
Type: OpenClaw Skill
Name: pilot-archive
Version: 1.0.0
The pilot-archive skill provides legitimate functionality for indexing and searching historical communication data from the Pilot Protocol. It uses standard bash commands and the jq utility to process local data from the pilotctl binary and store it in the user's home directory (~/.pilot/archive). No evidence of data exfiltration, malicious execution, or harmful prompt injection was found in SKILL.md or the associated metadata.
Capability Assessment
Purpose & Capability
The name/description align with the runtime instructions: the SKILL.md uses pilotctl to fetch inbox/received data and builds local JSONL indexes. One minor incoherence: the manifest declares pilotctl as a required binary but the instructions also require jq (and mention tar/gzip) — jq and export tools are listed in SKILL.md dependencies but not declared in the registry metadata.
Instruction Scope
Instructions only call pilotctl and local shell tools to read message/file histories and write indexes under $HOME/.pilot/archive. They do not call external endpoints or request unrelated system credentials. Note: the skill will collect and store potentially sensitive message/file contents locally — this is expected behavior for an archiver but is privacy-relevant.
Install Mechanism
Instruction-only skill with no install spec or archive downloads; lowest-risk installation model. It assumes existing binaries on PATH rather than fetching code.
Credentials
No environment variables or credentials are requested. The skill reads/writes only within the user's $HOME/.pilot directory as part of its stated purpose.
Persistence & Privilege
always:false and no special privileges requested. The skill writes local archive files but does not alter other skills or system-wide agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pilot-archive - After installation, invoke the skill by name or use
/pilot-archive - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Pilot Archive?
Index and search historical data exchanges, messages, and file transfers over Pilot Protocol. Use this skill when: 1. You need to search through past message... It is an AI Agent Skill for Claude Code / OpenClaw, with 107 downloads so far.
How do I install Pilot Archive?
Run "/install pilot-archive" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pilot Archive free?
Yes, Pilot Archive is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pilot Archive support?
Pilot Archive is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pilot Archive?
It is built and maintained by Calin Teodor (@teoslayer); the current version is v1.0.0.
More Skills