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.
- package/README.md +10 -0
- package/crew/video-editor/plugin.json +4 -4
- package/daemora-ui/dist/assets/{index-DgVp7P7M.css → index-3ZbWCA8X.css} +1 -1
- package/daemora-ui/dist/assets/{index-DGqkWUYP.js → index-Bd2HUuGv.js} +49 -49
- package/daemora-ui/dist/index.html +2 -2
- package/package.json +1 -1
- package/skills/apple-notes/SKILL.md +77 -0
- package/skills/apple-reminders/SKILL.md +118 -0
- package/skills/camsnap/SKILL.md +45 -0
- package/skills/coding-agent/SKILL.md +316 -0
- package/skills/discord/SKILL.md +197 -0
- package/skills/github/SKILL.md +163 -0
- package/skills/model-usage/SKILL.md +69 -0
- package/skills/model-usage/references/codexbar-cli.md +33 -0
- package/skills/model-usage/scripts/model_usage.py +320 -0
- package/skills/model-usage/scripts/test_model_usage.py +40 -0
- package/skills/notion/SKILL.md +174 -0
- package/skills/obsidian/SKILL.md +81 -0
- package/skills/remotion.md +78 -65
- package/skills/skill-creator/SKILL.md +372 -0
- package/skills/skill-creator/license.txt +202 -0
- package/skills/skill-creator/scripts/init_skill.py +378 -0
- package/skills/skill-creator/scripts/package_skill.py +139 -0
- package/skills/skill-creator/scripts/quick_validate.py +159 -0
- package/skills/skill-creator/scripts/test_package_skill.py +160 -0
- package/skills/skill-creator/scripts/test_quick_validate.py +72 -0
- package/skills/slack/SKILL.md +144 -0
- package/skills/summarize/SKILL.md +87 -0
- package/skills/things-mac/SKILL.md +86 -0
- package/skills/tmux/SKILL.md +170 -0
- package/skills/tmux/scripts/find-sessions.sh +112 -0
- package/skills/tmux/scripts/wait-for-text.sh +83 -0
- package/skills/trello/SKILL.md +108 -0
- package/skills/video-frames/SKILL.md +46 -0
- package/skills/video-frames/scripts/frame.sh +81 -0
- package/skills/weather/SKILL.md +129 -0
- package/src/agents/systemPrompt.js +2 -1
- package/src/channels/iMessageChannel.js +16 -5
- package/src/cli.js +3 -1
- package/src/skills/SkillLoader.js +13 -2
- package/src/tools/clipboard.js +22 -7
- package/src/tools/replyToUser.js +5 -3
- package/src/tools/screenCapture.js +13 -7
- package/skills/apple-notes.md +0 -141
- package/skills/apple-reminders.md +0 -103
- package/skills/camsnap.md +0 -38
- package/skills/coding.md +0 -100
- package/skills/discord-ops.md +0 -43
- package/skills/document-pdf.md +0 -294
- package/skills/github.md +0 -59
- package/skills/healthcheck.md +0 -43
- package/skills/model-usage.md +0 -35
- package/skills/obsidian.md +0 -61
- package/skills/pdf-editing.md +0 -77
- package/skills/skill-creator.md +0 -66
- package/skills/slack-ops.md +0 -49
- package/skills/spotify.md +0 -134
- package/skills/summarize.md +0 -73
- package/skills/things.md +0 -47
- package/skills/tmux.md +0 -114
- package/skills/trello.md +0 -58
- package/skills/video-frames.md +0 -62
- 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": "
|
|
4
|
-
"version": "1.
|
|
5
|
-
"description": "
|
|
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
|
|
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": [
|