Add linkly-hq/linkly plugin (v0.1.0) - #3076
Open
chrism2671 wants to merge 1 commit into
Open
Conversation
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
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.
Plugin Submission
Plugin information
Submission type
What changed
Official tool plugin for Linkly, a URL shortener with click tracking. Seven tools over the public Linkly REST API (
https://api.linklyhq.com, Bearer API key):create_link,get_link,list_links,get_clicks(time series),click_counters(grouped by country / city / platform / referrer / UTM tag),list_domains,delete_link. Credentials: API key (secret) plus optional workspace ID; validation callsGET /api/v1/workspaces.Risk level
Medium because
create_linkanddelete_linkperform write actions in a third-party service (fixed, documented HTTPS API only; no user-controlled network destinations, code, SQL or files).Required checks
.envfiles,.gitdirectories, virtual environments, caches, logs, or IDE files.PRIVACY.mdor a hosted privacy policy, andmanifest.yamlreferences it.Security and privacy notes
Write actions in a third-party service (create and delete short links in the user's own Linkly workspace). No command/code execution, SQL, SSH, filesystem or browser access, no arbitrary URL fetching (the destination URL is stored by Linkly, never fetched by the plugin), no sensitive personal data. The plugin is stateless; see PRIVACY.md.
Local validation
Tool/provider YAML validated against
dify_plugin0.9 entity schemas; credential validation and API error paths exercised against the live API (401 without a key). Package SHA-256:b5f2848f79d4e26719879baf55dea6b91b8f77080becbe9a16767feb0709e8e8.Reviewer notes
Dependencies:
dify_plugin>=0.9.0,<0.10.0,requests. Python 3.12. No binaries.