← All IntelClip / AI AgentsGate a skill on its prerequisites with a requires block
From I made Claude smarter by writing it a letter · ≈42:44
Skills that depend on credentials or hosts should declare that dependency and fail loudly rather than improvising, which matters when the same skill repo syncs to machines with different secrets.
What’s in it
- Skills that depend on credentials or hosts should declare that dependency and fail loudly rather than improvising, which matters when the same skill repo syncs to machines with different secrets.
Clip transcript
at files.tslop.org and return a public URL. Rewriting all of this. When user asks to upload a file or one is needed for a PR PR descriptions, use this skill. Cool. Much better description. I also have a requires section I added here in my metadata because I don't want the skill on machines where I don't have a global file host token because that is how the skill gets authenticated. If it is unset, tell the user instead of guessing. And I have the simple bash command that it will run in order to post the file to my service. Needs the token. As long as it has the token, it can upload. Say use only the files base name for file name such as login flow. MP4. The service slugifies it and adds a random suffix. So names do not need to be unique. Treat the response body yada yada yada. And then basic instructions on how to use the URL in GitHub as well as instructions that it can encode a GIF for a preview when it makes sense to. And I even give the ffmpe command for that which probably wasn't necessary.
Comments
Sign in to comment.
Loading comments…