Commit Graph

58 Commits

Author SHA1 Message Date
MiniMax
1391b63464 Merge pull request #52 from fjqz177/main
Thanks for PR
2026-04-01 14:42:16 +08:00
MiniMax
b80cce48bd Merge pull request #54 from smallmj/main
fix: i2i mode jq command to handle base64 with embedded newlines
2026-04-01 14:36:46 +08:00
smallmj
9643620f1a fix: i2i mode jq command to handle base64 with embedded newlines
- Use 'jq -Rs split' instead of 'jq -R' to properly handle base64 data URIs
  that may contain embedded newlines in the data
- Fix double-nesting of subject_reference array causing API error 2013
- Also fix: base64 -w 0 to avoid line wrapping in base64 output
- Write payload to temp file for curl to avoid shell arg length limits
- Add full response output on API error for easier debugging

Fixes #53
2026-04-01 10:27:53 +08:00
fjqz177
f02366cd0f fix(install): create properly prefixed symlinks for independent skill management
Allow users to identify and uninstall minimax skills without affecting other skills in the same directory.
- Create individual minimax-{skill_name} symlinks instead of single broken link
- Uninstall now removes only minimax-* symlinks, preserving other skills
- Fix Windows PowerShell naming to match
- Add Chinese installation guide (low-priority)
2026-03-31 21:00:33 +08:00
zest0198
cf44f7b122 Merge pull request #42 from Ethereal49/patch-1
update: remove redundant characters in README_zh.md
2026-03-30 11:59:25 +08:00
Ethereal49
0e006d124b Update README: remove redundant characters
removed redundant characters
2026-03-29 15:54:12 +08:00
liyuan97
f87b423670 Merge pull request #21 from divitkashyap/feat/vision-analysis
feat(vision-analysis): add image analysis skill with OCR, UI review, and chart extraction
2026-03-27 20:47:30 +08:00
liyuan97
37046a3edb Merge pull request #25 from JithendraNara/codex/docs-install-guidance
docs: add Cursor install guide and VS Code note
2026-03-27 20:46:42 +08:00
liyuan97
ee1e834f6c Merge pull request #34 from dewu0224/fix/windows-i2i-payload
fix(image): use temp files for jq to avoid Windows command-line length limit
2026-03-27 20:44:41 +08:00
liyuan97
551541a974 Merge pull request #39 from MiniMax-AI/feat/minimax-plan-limits-768p-only
feat(minimax): add plan limits & fix video constraints to 768P/6s only
2026-03-27 20:43:57 +08:00
yuanhe
5361adc8e5 feat(minimax): add plan limits & fix video constraints to 768P/6s only
- Add Plan Limits & Quotas section with standard and high-speed plan tables
- Remove all 1080P references (not available on any plan)
- Update default video duration from 10s to 6s to match plan quota units
- Add explicit warning: video quota is very limited (2–5/day), confirm before generating

Made-with: Cursor
2026-03-27 20:42:32 +08:00
Claude
b4e6c16f4b fix(image): use temp files for jq to avoid Windows command-line length limit
When running in i2i (image-to-image) mode, the script passes a
base64-encoded image as a jq argument on the command line. On Windows,
cmd.exe limits arguments to ~32 KB, causing 'Argument list too long' errors
when the reference image is large.

Fix: write intermediate JSON fragments to temp files and pass them to jq
via --from-file instead of on the command line. This works reliably on
Windows and is equally valid on Linux/macOS.

Fixes the i2i (--mode i2i --ref-image) workflow on Windows.
2026-03-27 01:11:07 +08:00
zest
34c6cf05d7 fix: base url 2026-03-26 20:57:10 +08:00
zest0198
2983aab561 Merge pull request #33 from sonartype3/feat/add_react_native_skill
feat: add react-native skill
2026-03-26 20:38:46 +08:00
sonartype3
7a04b5ecf1 feat: add react-native skill 2026-03-26 20:32:52 +08:00
zest0198
c2c6a25b27 Merge pull request #32 from mljxxx/feat/add_flutter_dev_skill
add flutter dev skill
2026-03-26 19:25:39 +08:00
mljxxx
2995582a5e feat: add flutter-dev skill
Add comprehensive Flutter cross-platform development guide covering:
- Widget patterns and const optimization
- Riverpod/Bloc state management
- GoRouter navigation
- Performance optimization
- Testing strategies
- Platform-specific implementations

Made-with: Cursor
2026-03-26 17:35:55 +08:00
zest0198
33cdc32a8e Merge pull request #26 from JithendraNara/codex/sync-plugin-metadata
chore: sync plugin metadata with current skills
2026-03-26 11:44:17 +08:00
zest0198
9fe1628851 Merge pull request #3 from utzcoz/add-testing-for-android-native-dev-skill
fix(android-native-dev): Add testing for android-native-dev skill
2026-03-26 11:31:50 +08:00
liyuan97
f639ffbe8a Merge pull request #28 from MiniMax-AI/fix/minimax-multimodal-toolkit-yaml
fix: fix YAML frontmatter in minimax-multimodal-toolkit SKILL.md
2026-03-26 11:09:28 +08:00
yuanhe
6ec1c6a7f1 fix: fix YAML frontmatter in minimax-multimodal-toolkit SKILL.md
- Use block scalar (>) for description to avoid colon-in-value parse error
- Add missing recommended fields: license and metadata

Made-with: Cursor
2026-03-26 11:08:35 +08:00
JithendraNara
14106a3ffd chore: expand Claude plugin keywords 2026-03-25 14:08:13 -04:00
JithendraNara
06786fef28 chore: sync plugin metadata with current skills 2026-03-25 14:05:33 -04:00
JithendraNara
56a37aec73 docs: clarify Cursor Windows path example 2026-03-25 13:57:34 -04:00
JithendraNara
6c404106e3 docs: add Cursor install guide and VS Code note 2026-03-25 13:53:04 -04:00
utzcoz
fb18ac5aa1 fix(android-native-dev): Add testing for android-native-dev skill 2026-03-25 23:48:39 +08:00
Divit Kashyap
0a61f2be6a Merge branch 'main' into feat/vision-analysis 2026-03-25 11:55:49 +00:00
Divit Kashyap
6d8beb6ade feat(vision-analysis): add proactive MCP setup helper with multi-environment instructions 2026-03-25 11:54:29 +00:00
Divit Kashyap
0b2927a366 feat(vision-analysis): add image analysis skill with OCR, UI review, chart extraction 2026-03-25 11:23:06 +00:00
liyuan97
f742ee77e4 Merge pull request #16 from MiniMax-AI/docs/star-history-and-official-source
docs: add Star History and update minimax-multimodal-toolkit source to Official
2026-03-25 12:16:31 +08:00
yuanhe
002174b651 docs: move Star History before License section
Made-with: Cursor
2026-03-25 12:15:42 +08:00
yuanhe
e3890709c9 docs: change minimax-multimodal-toolkit source to Official and add Star History
Made-with: Cursor
2026-03-25 12:15:42 +08:00
liyuan97
52b72fb4c0 Merge pull request #13 from MiniMax-AI/feat/add-minimax-multimodal-toolkit
feat: add minimax-multimodal-toolkit skill
2026-03-25 10:39:04 +08:00
yuanhe
bb821d62d3 feat: add minimax-multimodal-toolkit skill
Add community skill for MiniMax multimodal content generation,
covering TTS, voice cloning, music, video (t2v/i2v/sef/ref/long-form),
image (t2i/i2i), and FFmpeg-based media processing tools.

Made-with: Cursor
2026-03-25 10:37:56 +08:00
zest
dd8ddcd099 feat: update pr rules 2026-03-24 19:41:16 +08:00
zest
4b893b501d Merge branch 'main' of https://github.com/MiniMax-AI/skills 2026-03-24 19:40:06 +08:00
zest
0f4cec5573 feat: update pr rules 2026-03-24 19:39:20 +08:00
zest0198
58d3f92a46 Merge pull request #11 from rudrankriyam/codex/agent-safe-swift-standards
Clarify Swift standards guidance for agent use
2026-03-24 14:17:25 +08:00
zest0198
bc6419d14a Merge pull request #2 from xingkaixin/main
fix(minimax-xlsx): YAML frontmatter parsing error preventing skill registration
2026-03-24 12:55:00 +08:00
zest
aff4617bef Merge branch 'main' of https://github.com/MiniMax-AI/skills 2026-03-24 12:48:34 +08:00
zest
92fba9a621 feat: add pr rule & skill 2026-03-24 12:46:41 +08:00
Rudrank Riyam
815a052324 Clarify Swift standards guidance for agent use 2026-03-23 21:22:16 +05:30
akai
ce4855d129 update: clean up minimax-docx dotnet build artifacts and add .gitignore 2026-03-23 19:21:56 +08:00
zeyin
8962ff053a update: add minimax-docx skill and sync docs 2026-03-22 19:35:44 +08:00
XingKaiXin
e674758f87 docs(minimax-xlsx): Escape description field in YAML frontmatter 2026-03-22 15:26:27 +08:00
akai
e3ce8892f0 update: add minimax-xlsx skill and sync docs 2026-03-22 14:04:34 +08:00
akai
c846a74440 update: add minimax-xlsx skill 2026-03-22 14:03:38 +08:00
akai
4006c26613 update: add minimax-pdf skill and reorganize pptx-generator references
- Add minimax-pdf skill (CREATE / FILL / REFORMAT workflows)
- Move pptx-generator reference docs into references/ subdirectory
- Update README.md and README_zh.md with new skill entries
2026-03-21 23:32:36 +08:00
miposhka
43c4d84b28 update: change directory 2026-03-21 22:00:25 +08:00
miposhka
72789be558 update: add pptx-generator-skill 2026-03-21 21:18:22 +08:00