feat(plugins): add minimax-code-checkin - #51
Open
RedMaple-mc2 wants to merge 1 commit into
Open
RedMaple-mc2 wants to merge 1 commit into
RedMaple-mc2 wants to merge 1 commit into
Conversation
Adds the MiniMax Code daily check-in Skill and the schedule-management helpers as a community Plugin. See plugins/RedMaple-mc2/minimax-code-checkin/README.md for details.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a new community Plugin: MiniMax Code æ¯�æ�¥ç¾å�° â�� wraps MiniMax
Code's built-in daily check-in (added in v3.0.58, 2026-08-05) as a
reusable Skill, and lets the user manage the cron that schedules the
automated check-in.
Why
lose their consecutive-day streak (day 4 and day 7 reward 1000
credits each; full week is 4000).
Skill drives the existing UI workflow and delegates schedule
changes to
mavis cron.Capability
skills/minimax-code-checkin/SKILL.mdmode Aâ�� run the daily check-in now (cookie / OAuth login checkâ�� Settings â�� Usage â�� click ç«�å�³ç¾å�°).
mode B� query current cron schedule / next run.mode C� change cron time, enable/disable viamavis cron update.Requirements
release onward).
cache). First run will prompt the user to log in if neither is
present.
Network access
None. The Skill operates against the user's already-open MiniMax
Code session and
mavis cron; it does not call any externalendpoint.
Data use
MiniMax Code session.
Test plan
node scripts/lint-skill.js skills/minimax-code-checkinpasses(verified locally � 8/8 OK).
node scripts/validate.mjspasses �OK plugin RedMaple-mc2/minimax-code-checkinalongside the other 28 hosted Plugins and 4 examples.
node --test test/validation.test.mjs� 22/22 pass.node --test test/hosted-plugins.test.mjs� 7/7 pass.node --test test/validation-crlf.test.mjs� 4/4 pass.Checklist
plugins/RedMaple-mc2/minimax-code-checkin/.plugin.jsonschema-version URL, name kebab-case, license declared.RedMaple-mc2.namematches directory.documented in
README.md.Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.