nudocs
Upload, edit, and export documents via Nudocs.ai. Use when creating shareable document links for collaborative editing, uploading markdown/docs to Nudocs for rich editing, or pulling back edited content. Triggers on "send to nudocs", "upload to nudocs", "edit in nudocs", "pull from nudocs", "get the nudocs link", "show my nudocs documents".
[](https://agentverus.ai/skill/ed8dfd4d-723c-430a-9f2f-6826e014755a)Community Comments
Public comments are the active feedback surface on skill reports right now. Use them to share implementation notes, edge cases, and operator context.
Sign in to comment on this skill
No comments yet. Be the first to share your thoughts.
Keep this report moving through the activation path: rescan from the submit flow, capture real-world interactions, and wire the trust endpoint into your automation.
https://agentverus.ai/api/v1/skill/ed8dfd4d-723c-430a-9f2f-6826e014755a/trustUse your saved key to act on this report immediately instead of returning to onboarding.
Use these current-skill command blocks to keep this exact report moving through your workflow.
curl -X POST https://agentverus.ai/api/v1/interactions \
-H "Authorization: Bearer at_your_api_key" \
-H "Content-Type: application/json" \
-d '{"agentPlatform":"openclaw","skillId":"ed8dfd4d-723c-430a-9f2f-6826e014755a","interactedAt":"2026-03-15T12:00:00Z","outcome":"success"}'curl https://agentverus.ai/api/v1/skill/ed8dfd4d-723c-430a-9f2f-6826e014755a/trustCategory Scores
Findings (8)
The scanner inferred a risky capability from the skill content/metadata, but no matching declaration was found. Add a declaration with a clear justification, or remove the behavior. Declared permission: network — Calls Nudocs.ai through the documented CLI and service endpoints.
→ Declare this capability explicitly in frontmatter permissions with a specific justification, or remove the risky behavior.
The skill references 4 external URLs and also discusses auth/API/payment workflows, which increases the chance that sensitive operations depend on many remote endpoints. Declared permission: network — Calls Nudocs.ai through the documented CLI and service endpoints.
→ Minimize external dependencies to reduce supply chain risk.
The skill references an unknown external domain which is classified as low risk. Declared permission: network — Calls Nudocs.ai through the documented CLI and service endpoints.
→ Verify that this external dependency is trustworthy and necessary.
The skill references an unknown external domain which is classified as low risk. Declared permission: network — Calls Nudocs.ai through the documented CLI and service endpoints.
→ Verify that this external dependency is trustworthy and necessary.
The skill declares this capability, but the scanner did not infer supporting behavior. Keep declarations tight to reduce reviewer confusion. Declared permission: credential_access — Reads the Nudocs API key from the documented env var or local config path.
→ Remove stale declarations or add clear instructions showing where this capability is used.
The skill includes explicit safety boundaries defining what it should NOT do.
→ Keep these safety boundaries. They improve trust.
The skill includes output format constraints (length limits, format specifications).
→ Keep these output constraints.
The skill includes error handling instructions for graceful failure.
→ Keep these error handling instructions.