daemora 2026.1.2-beta.0 → 2026.1.2-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. package/README.md +10 -0
  2. package/crew/video-editor/plugin.json +4 -4
  3. package/daemora-ui/dist/assets/{index-DgVp7P7M.css → index-3ZbWCA8X.css} +1 -1
  4. package/daemora-ui/dist/assets/{index-DGqkWUYP.js → index-Bd2HUuGv.js} +49 -49
  5. package/daemora-ui/dist/index.html +2 -2
  6. package/package.json +1 -1
  7. package/skills/apple-notes/SKILL.md +77 -0
  8. package/skills/apple-reminders/SKILL.md +118 -0
  9. package/skills/camsnap/SKILL.md +45 -0
  10. package/skills/coding-agent/SKILL.md +316 -0
  11. package/skills/discord/SKILL.md +197 -0
  12. package/skills/github/SKILL.md +163 -0
  13. package/skills/model-usage/SKILL.md +69 -0
  14. package/skills/model-usage/references/codexbar-cli.md +33 -0
  15. package/skills/model-usage/scripts/model_usage.py +320 -0
  16. package/skills/model-usage/scripts/test_model_usage.py +40 -0
  17. package/skills/notion/SKILL.md +174 -0
  18. package/skills/obsidian/SKILL.md +81 -0
  19. package/skills/remotion.md +78 -65
  20. package/skills/skill-creator/SKILL.md +372 -0
  21. package/skills/skill-creator/license.txt +202 -0
  22. package/skills/skill-creator/scripts/init_skill.py +378 -0
  23. package/skills/skill-creator/scripts/package_skill.py +139 -0
  24. package/skills/skill-creator/scripts/quick_validate.py +159 -0
  25. package/skills/skill-creator/scripts/test_package_skill.py +160 -0
  26. package/skills/skill-creator/scripts/test_quick_validate.py +72 -0
  27. package/skills/slack/SKILL.md +144 -0
  28. package/skills/summarize/SKILL.md +87 -0
  29. package/skills/things-mac/SKILL.md +86 -0
  30. package/skills/tmux/SKILL.md +170 -0
  31. package/skills/tmux/scripts/find-sessions.sh +112 -0
  32. package/skills/tmux/scripts/wait-for-text.sh +83 -0
  33. package/skills/trello/SKILL.md +108 -0
  34. package/skills/video-frames/SKILL.md +46 -0
  35. package/skills/video-frames/scripts/frame.sh +81 -0
  36. package/skills/weather/SKILL.md +129 -0
  37. package/src/agents/systemPrompt.js +2 -1
  38. package/src/channels/iMessageChannel.js +16 -5
  39. package/src/cli.js +3 -1
  40. package/src/skills/SkillLoader.js +13 -2
  41. package/src/tools/clipboard.js +22 -7
  42. package/src/tools/replyToUser.js +5 -3
  43. package/src/tools/screenCapture.js +13 -7
  44. package/skills/apple-notes.md +0 -141
  45. package/skills/apple-reminders.md +0 -103
  46. package/skills/camsnap.md +0 -38
  47. package/skills/coding.md +0 -100
  48. package/skills/discord-ops.md +0 -43
  49. package/skills/document-pdf.md +0 -294
  50. package/skills/github.md +0 -59
  51. package/skills/healthcheck.md +0 -43
  52. package/skills/model-usage.md +0 -35
  53. package/skills/obsidian.md +0 -61
  54. package/skills/pdf-editing.md +0 -77
  55. package/skills/skill-creator.md +0 -66
  56. package/skills/slack-ops.md +0 -49
  57. package/skills/spotify.md +0 -134
  58. package/skills/summarize.md +0 -73
  59. package/skills/things.md +0 -47
  60. package/skills/tmux.md +0 -114
  61. package/skills/trello.md +0 -58
  62. package/skills/video-frames.md +0 -62
  63. package/skills/weather.md +0 -127
package/README.md CHANGED
@@ -19,6 +19,16 @@ Deploy once on your machine. Connect your channels. Message the bot - it writes
19
19
 
20
20
  52 built-in tools. 20 channels. 14 security layers. 7 AI providers. Multi-agent teams. Production-grade scheduling. Continuous brain with three-layer memory. Crew system with Media Studio. MCP integration. Provider failover. Smart loop detection. All self-hosted - nothing leaves your infrastructure except the tokens you send to model APIs.
21
21
 
22
+ ---
23
+
24
+ ## Watch Daemora In Action
25
+
26
+
27
+
28
+ https://github.com/user-attachments/assets/be0fadad-c307-4487-a4fd-2adc0f967421
29
+
30
+
31
+
22
32
  ---
23
33
 
24
34
  ## What Daemora Can Do
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "id": "video-editor",
3
- "name": "Media Studio",
4
- "version": "1.1.0",
5
- "description": "Edit, compose, and produce videos trim, add music, captions, transitions, effects, titles. Generate AI images, videos, and music. Process images (resize, crop, convert). Handles both new creations and editing existing recordings.",
3
+ "name": "Motion Studio",
4
+ "version": "1.2.0",
5
+ "description": "Create branded videos, animated mockups, product reels, motion graphics, and social content from scratch in seconds. Build UI walkthroughs and demos for freelance work, animated charts, 3D scenes, logo reveals, audiograms, TikTok-style captions, and explainer videos. Also edits existing recordings — adds music, captions, transitions, effects, titles, trims. Generates AI images, videos, and music as scene assets.",
6
6
  "config": {},
7
7
  "profile": {
8
- "systemPrompt": "You are a media production specialist. You edit and create videos, generate images and music, and process media.\n\nFor video work: read the remotion skill first, then read the relevant crew/video-editor/rules/ files before writing any code. Create a fresh Remotion project for each task never use agents/remotion/. Copy source files into the project's public/ folder.\n\nFor image generation: use generateImage() directly with the user's prompt.\nFor video generation: use generateVideo() directly.\nFor music generation: use generateMusic() for AI background tracks.\nFor image processing: use imageOps() for resize, crop, compress, convert.\nFor voiceover: use textToSpeech() or ElevenLabs via rules/voiceover.md.\nFor captions: use transcribeAudio() then follow rules/display-captions.md.\n\nAlways verify video output with a single-frame render before full render. Default: 1920x1080 30fps.",
8
+ "systemPrompt": "You are a motion design and video production specialist. You create branded videos, animated mockups, product reels, motion graphics, social content, and edit existing recordings using Remotion (React-based programmatic video).\n\nBEFORE ANY VIDEO WORK:\n1. Read your 'remotion' skill it has the full rule index with paths\n2. Read the specific crew/video-editor/rules/*.md files for your task\n3. NEVER guess Remotion syntax — always read the rule first\n\nPROJECT SETUP (mandatory):\n- Create a fresh Remotion project for each task: npx create-video@latest --yes --blank --no-tailwind <name>\n- Work under data/video-projects/<name>/\n- NEVER use the cloned repo at agents/remotion/ — that's Remotion's source code, not a project\n- Copy source media files into the project's public/ folder before referencing with staticFile()\n\nWHAT YOU CAN BUILD:\n- Branded explainer videos and product launch reels\n- UI walkthroughs and animated mockups for freelance demos\n- Social media reels with TikTok-style captions and word highlighting\n- Animated charts and data visualizations (bar, pie, line, stock)\n- 3D scenes via Three.js, animated maps via Mapbox\n- Logo reveals, title sequences, intro/outro cards\n- Audiograms with spectrum bars and waveforms\n- Edits to existing recordings — trim, speed up, add music, captions, transitions, effects, titles\n\nAI ASSET GENERATION:\n- generateImage() — scene backgrounds, thumbnails, brand assets\n- generateVideo() short AI clips for B-roll\n- generateMusic() upbeat background music with real beats (not voiceover)\n- textToSpeech() — quick narration; for premium voiceover use ElevenLabs via rules/voiceover.md\n- transcribeAudio() — speech-to-captions for existing audio\n- imageOps() — resize, crop, compress, convert images\n\nRENDER WORKFLOW:\n1. Read remotion skill + relevant rules\n2. writeFile React components (one per scene) in src/\n3. writeFile to register compositions in src/Root.tsx\n4. executeCommand: npx remotion still <id> --frame=30 --scale=0.25 — verify single frame\n5. executeCommand: npx remotion render <id> out/video.mp4 --codec=h264 — full render\n6. sendFile to deliver\n\nRULES:\n- ALL animations driven by useCurrentFrame() — CSS transitions/animations FORBIDDEN\n- Always premountFor every <Sequence>\n- One React component per scene file\n- Default: 1920x1080 30fps\n- Verify single frame before full render",
9
9
  "temperature": 0.4
10
10
  },
11
11
  "tools": [