← Back to Skills Marketplace
Morrow Context7
by
TimesAndPlaces
· GitHub ↗
· v1.0.0
· MIT-0
96
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install morrow-context7
Description
Look up current, accurate documentation and code examples for any library or framework using context7-mcp. Use when an agent needs to know how to use a libra...
Usage Guidance
This skill appears to do what it says (fetch live docs) and needs only npx, but it will execute an npm package at runtime. Running `npx -y @upstash/context7-mcp` downloads and runs code from the registry each time — verify the package and publisher before use. Steps to reduce risk:
- Check the npm package page and repository for @upstash/context7-mcp and confirm ownership and recent activity.
- Verify that context7.com and the npm package are owned/endorsed by the same party (or by a trusted partner like Upstash).
- If possible, inspect the package source code (or pin to a specific vetted version) rather than running with `-y` which auto-accepts the latest.
- Run the tool in an isolated environment (sandbox/container) when first testing.
- Be cautious about sending sensitive project code or secrets to the tool; it queries remote servers and will transmit your query.
If you can't verify the package provenance or are uncomfortable with on-demand npm execution, treat this skill as untrusted until the upstream code and ownership are confirmed.
Capability Analysis
Type: OpenClaw Skill
Name: morrow-context7
Version: 1.0.0
The skill provides a legitimate interface for the context7-mcp server to fetch library documentation and prevent AI hallucinations. It utilizes the '@upstash/context7-mcp' package via npx, which is a standard method for running Model Context Protocol (MCP) servers. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
Name, description, and SKILL.md consistently describe a documentation lookup tool. Required binary (npx) is appropriate for invoking an npm-hosted MCP client.
Instruction Scope
Runtime instructions are narrowly scoped to resolving library IDs and querying docs via the context7-mcp tool; they do not ask for unrelated files, environment variables, or broad system data. Recommendations (cache IDs, limit calls) are reasonable.
Install Mechanism
The skill relies on running `npx -y @upstash/context7-mcp` at runtime. npx will download and execute code from the npm registry (supply-chain risk). The package namespace (@upstash) and the skill homepage (context7.com) are not obviously the same publisher—this mismatch warrants provenance checks. No local install spec is provided, so code will be fetched dynamically each run.
Credentials
No credentials or sensitive environment variables are requested. The skill suggests storing an MCP command via an operator slash command (agent config) which is proportional to providing a tool endpoint.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It suggests configuring an MCP command in the agent, which is expected behavior and limited in scope.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install morrow-context7 - After installation, invoke the skill by name or use
/morrow-context7 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Morrow Context7 docs skill.
Metadata
Frequently Asked Questions
What is Morrow Context7?
Look up current, accurate documentation and code examples for any library or framework using context7-mcp. Use when an agent needs to know how to use a libra... It is an AI Agent Skill for Claude Code / OpenClaw, with 96 downloads so far.
How do I install Morrow Context7?
Run "/install morrow-context7" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Morrow Context7 free?
Yes, Morrow Context7 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Morrow Context7 support?
Morrow Context7 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Morrow Context7?
It is built and maintained by TimesAndPlaces (@timesandplaces); the current version is v1.0.0.
More Skills