← Back to Skills Marketplace
Subpoena
by
bytesagain4
· GitHub ↗
· v1.0.0
· MIT-0
161
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install subpoena
Description
Subpoena law reference — types of subpoenas, service requirements, compliance obligations, and motion to quash. Use when issuing, receiving, or responding to...
Usage Guidance
This skill appears coherent and limited: it runs a bundled bash script that prints subpoena guidance, asks for no credentials, and has no install/download steps. However: (1) the displayed script output was truncated in the listing — review the entire scripts/script.sh file before installing to confirm there are no hidden network calls, file reads/writes outside the declared SUBPOENA_DIR, or commands that could modify system state; (2) any skill that executes shell code should be installed only from a trusted source or run in a sandbox; and (3) if you are concerned about file writes, check whether the script creates or writes under ~/.subpoena/ (or another path) and whether that behavior is acceptable.
Capability Analysis
Type: OpenClaw Skill
Name: subpoena
Version: 1.0.0
The 'subpoena' skill is a purely informational legal reference tool. All commands in 'scripts/script.sh' use static heredocs to output educational text regarding legal procedures, and there is no evidence of data exfiltration, network activity, or unauthorized system access.
Capability Assessment
Purpose & Capability
The name/description (subpoena reference) aligns with the provided assets: SKILL.md documents subpoena topics and the included scripts/script.sh prints legal guidance. There are no unrelated credentials, binaries, or install steps requested.
Instruction Scope
Runtime instructions only call the included scripts/script.sh commands (intro, types, procedure, compliance, quash, etc.). SKILL.md does not instruct reading unrelated system files, network endpoints, or exfiltrating data. The only configuration noted is SUBPOENA_DIR for local data storage.
Install Mechanism
There is no install spec and no downloads; the skill is instruction-only plus a bundled shell script, which means nothing external is fetched during install.
Credentials
The skill declares no required environment variables or credentials; SKILL.md documents an optional SUBPOENA_DIR (default ~/.subpoena/) which is proportionate for a local reference tool. No secret-exposing env vars are requested.
Persistence & Privilege
always is false and the skill is user-invocable. There is no indication it modifies other skills or global agent settings. Running the script will execute local shell code but does not request permanent elevated privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install subpoena - After installation, invoke the skill by name or use
/subpoena - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
publish v1.0.0
Metadata
Frequently Asked Questions
What is Subpoena?
Subpoena law reference — types of subpoenas, service requirements, compliance obligations, and motion to quash. Use when issuing, receiving, or responding to... It is an AI Agent Skill for Claude Code / OpenClaw, with 161 downloads so far.
How do I install Subpoena?
Run "/install subpoena" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Subpoena free?
Yes, Subpoena is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Subpoena support?
Subpoena is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Subpoena?
It is built and maintained by bytesagain4 (@xueyetianya); the current version is v1.0.0.
More Skills