docs: add Typefully draft URL trigger - #28
Merged
Conversation
Refs TYP-7308
linuz90
force-pushed
the
fab/typ-7308-draft-url-skill
branch
from
July 9, 2026 13:03
1468578 to
aa0bf89
Compare
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.
Typefully Agent Skill instructions now explicitly recognize dropped Typefully draft URLs and map their query params to the existing
drafts:getcommand, so local agents have the trigger text they need without previewing deep into the skill body.Refs TYP-7308
Summary
https://typefully.com/?a=<social_set_id>&d=<draft_id>as a direct trigger for the Typefully skill.amaps tosocial_set_id,dmaps todraft_id, and?d=<draft_id>can use the configured default social set with--use-default.Related Links
Validation
npm testManual QA
https://typefully.com/?a=123&d=456→ it should choose the Typefully skill and propose./scripts/typefully.js drafts:get 123 456.After Merge