NEXUS Meeting Scribe

v1.0.2

Transform raw meeting transcripts into structured minutes with attendees, decisions, action items, owners, and deadlines. Built for autonomous agents process...

0· 160·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The skill's name/description (convert transcripts to structured minutes) aligns with its declared capability to POST transcripts to a remote API. Requesting a payment proof token (NEXUS_PAYMENT_PROOF) is plausible for a pay-per-request service.
Instruction Scope
SKILL.md explicitly instructs sending transcripts to https://ai-service-hub-15.emergent.host and shows using an X-Payment-Proof header. That matches the stated purpose, but the document also claims transcripts are not stored and payments are verified via Cardano — those are provider promises that cannot be verified from the skill alone. The SKILL.md does not explicitly show reading the NEXUS_PAYMENT_PROOF env var in the example, which is a minor inconsistency (the metadata declares the env var as required).
Install Mechanism
Instruction-only skill with no install steps or downloaded code. No binaries or archives are installed, which reduces on-disk risk.
Credentials
Only one environment variable is required (NEXUS_PAYMENT_PROOF), which is proportionate if the service requires a payment token. However this is a sensitive secret; the skill will use it as a request header, so storing it in the agent environment grants that secret to outbound network requests to the third party.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request elevated or persistent privileges. Network access is declared and expected for a remote API-based skill.
Assessment
This skill is consistent with a small third‑party meeting‑scribe service: it sends transcripts to an external API and uses a payment‑proof token. Before installing, verify the service and trustworthiness of https://ai-service-hub-15.emergent.host (look for docs, privacy policy, and an official homepage). Use the sandbox token for testing (example shows sandbox_test), avoid sending highly sensitive transcripts until you trust the provider, restrict and rotate the NEXUS_PAYMENT_PROOF credential, and review your agent's logs to ensure secrets aren't accidentally recorded. If you need on‑device or self‑hosted processing for privacy reasons, prefer an instruction-only summarizer that runs locally instead of sending data offsite.

Like a lobster shell, security has layers — review code before you run it.

aivk9722mxntpn7h6pxzekxbvcxk182v5d0cardanovk9722mxntpn7h6pxzekxbvcxk182v5d0latestvk9722mxntpn7h6pxzekxbvcxk182v5d0meetingsvk9722mxntpn7h6pxzekxbvcxk182v5d0

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

\u26a1 Clawdis
EnvNEXUS_PAYMENT_PROOF
Primary envNEXUS_PAYMENT_PROOF

Comments