NEXUS Summarize
v1.0.0Summarize long documents while preserving key info
⭐ 0· 165·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name and description say 'summarize long documents'. The SKILL.md instructs POSTing text to a remote NEXUS summarization endpoint and requires a single env var NEXUS_PAYMENT_PROOF used as an X-Payment-Proof header. Requiring a payment proof for a paid remote service is appropriate and coherent with the stated purpose.
Instruction Scope
The runtime instructions exclusively tell the agent to send input to https://ai-service-hub-15.emergent.host via HTTPS with an X-Payment-Proof header and to parse the JSON response. Permissions declared (network: true, filesystem: false, shell: false) match the instructions. Note that all user input will be transmitted off-device to a third-party service — a normal behavior for a hosted summarization API but a privacy consideration.
Install Mechanism
No install spec or code files are included (instruction-only skill), so nothing is downloaded or written to disk. This is lower-risk and consistent with the described behavior.
Credentials
Only one environment variable is required: NEXUS_PAYMENT_PROOF (declared as primary). That is proportionate for a paid API that expects a payment-proof header. Treat this value as a secret — the skill will send it to the external service as an authorization/payment header.
Persistence & Privilege
always is false and the skill is user-invocable, with no install-time persistence or modifications to other skills. It does not request elevated or permanent platform privileges.
Assessment
This skill sends whatever text you provide to a third-party service (ai-service-hub-15.emergent.host) and requires a payment-proof token stored in NEXUS_PAYMENT_PROOF. If you install it, only provide non-sensitive data unless you trust the provider; use the sandbox_test value for testing. Verify you trust the emergent.host domain and are comfortable with the $0.15/request pricing and privacy terms before supplying a real payment proof. If you need on-device or privacy-preserving summarization, choose a local model skill instead.Like a lobster shell, security has layers — review code before you run it.
latestvk97famtgx60jgm0aktggg5jbad82vs49
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
⚡ Clawdis
EnvNEXUS_PAYMENT_PROOF
Primary envNEXUS_PAYMENT_PROOF
