notex-skills_skill

This skill generates eight AI products from user materials using CWork Key and polling, including slides, mindmaps, and reports.
  • Python

2.5k

GitHub Stars

2

Bundled Files

2 months ago

Catalog Refreshed

3 months ago

First Indexed

Readme & install

Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.

Installation

Preview and clipboard use veilstrat where the catalogue uses aiagentskills.

npx veilstrat add skill openclaw/skills --skill notex-skills

  • _meta.json629 B
  • SKILL.md16.3 KB

Overview

This skill integrates NoteX Skills with a CWork Key to turn user-provided materials into eight AI-generated outputs: PPT, mind map, report, flashcards, quiz, infographic, audio, and video. It supports both agent-driven calls and a script mode, using a polling-based workflow so no callback endpoint is required. The skill caches tokens per session to avoid repeated credential requests and returns a preview URL with the token after completion.

How this skill works

Users provide a CWork Key to exchange for an xgToken, which is cached for the session. The agent or script submits a task including title, unique bizId, selected skill(s), optional style requirements, and source content. The system polls the task status every minute (up to 20 times) and, when completed, returns a preview URL appended with &token={xgToken}. Generation times vary by skill (1–10 minutes).

When to use it

  • When you need rapid conversion of notes or document text into presentation slides or reports.
  • When you want visual summaries like mind maps or infographics from unstructured content.
  • When you need study materials such as flashcards or quizzes generated from source text.
  • When you want narrated audio or short videos created from provided content.
  • When you prefer an API/scriptable flow with polling rather than webhooks or callbacks.

Best practices

  • Always include clear source content in sources[].content_text; this is the core input for all skills.
  • Provide explicit style/format requirements in the require field for slide and infographic tasks.
  • Cache the xgToken and user identifiers in session storage to avoid re-requesting the CWork Key.
  • Use a timestamp-based unique bizId for repeatable, traceable tasks (e.g., skills_1709000000000).
  • Respect the polling limits: query once per minute and stop after 20 attempts (20-minute timeout).

Example use cases

  • Generate a 10-slide business presentation from meeting notes with a ‘business minimalist’ style.
  • Produce a mind map organizing a product knowledge base for onboarding materials.
  • Create a 2,000-word market analysis report from compiled research snippets.
  • Convert course material into 20 flashcards and a 15-question quiz for student practice.
  • Render a 90-second explainer video with professional narration from a product brief.

FAQ

Eight formats: slide (PPT), mindmap, report, flashcards, quiz, infographic, audio, and video.

Do I need to provide a callback URL?

No. The skill uses polling; you submit the task and poll taskStatus until completion.

What if I request an unsupported format (Excel/Word/PDF)?

The skill will refuse unsupported formats and suggest converting to a supported output like report or mindmap.

How long should I expect to wait?

Times vary by skill: mindmap/report/quiz/flashcards (1–3 min), infographic/slide/audio (2–6 min), video (5–10 min).

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational
notex-skills skill by openclaw/skills | VeilStrat