— No reviews yet
0 installs
2 views
0.0% view→install
Install
$ agentstack add skill-joeylu-runtime-free-llm-integration-skills-skill-llm-deepseek ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Are you the author of Skill Llm Deepseek? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
Skill LLM DeepSeek
Purpose
Define how an agent integrates a DeepSeek model already named by the user or host project.
Read Order
Read shared contracts first:
../_shared/route-key-schema.md../_shared/model-catalog-schema.md../_shared/pricing-matrix-schema.md../_shared/capability-matrix-schema.md../_shared/connection-profile-schema.md../_shared/request-url-matrix-schema.md../_shared/request-envelope.md../_shared/response-envelope.md../_shared/error-contract.md../_shared/progress-contract.md../_shared/ui-binding.md../_shared/sync-policy.md../_shared/logging-fields.md
Then read:
references/connection-profiles.mdreferences/request-urls.mdreferences/model-catalog.mdreferences/pricing-matrix.mdreferences/capability-matrix.md- the transport for the requested kind
references/logging-contract.mdwhen logging is implementedreferences/model-sync.mdonly for an explicit update or verification task
Runtime Rules
- Send the exact model ID from
model-catalog.md. - Resolve connection profile, request kind, API surface, API version, endpoint kind, full route key, base URL, and request URL before capability lookup.
- Match capabilities by the exact full
RouteKeyrow, including API version and endpoint kind. - The normal Chat Completions surface and the beta strict-function surface are separate rows. Strict function schemas require the documented beta endpoint.
- Thinking mode returns
reasoning_contentalongsidecontent. - During tool-call continuation in thinking mode, preserve prior assistant
reasoning_content, preserve tool-call identity, and keep assistantcontentnon-null. - DeepSeek V4 thinking mode rejects
tool_choice; do not send it when effective thinking is enabled. - Use the exact documented thinking and
reasoning_effortfields. Do not invent OpenAI Responses fields for DeepSeek. - Reject requested fields marked
unsupportedorunknown. - Do not silently switch models, surfaces, URLs, or providers.
- Store API-key references only and redact authorization data from logs.
Request Flow
- Read the requested model, request kind, and surface.
- Resolve the connection profile and exact request URL row.
- Resolve the exact catalog and capability rows.
- Determine effective thinking before validating tool and structured-output fields.
- Apply the Chat Completions transport, including history-preservation rules.
- Normalize response, errors, progress, and logs through the shared contracts.
Out of Scope
- vision, imaging, or music without documented rows
- non-official DeepSeek gateways unless their compatibility is re-verified
- model ranking or permission policy
- non-DeepSeek providers
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: joeylu
- Source: joeylu/runtime-free-llm-integration-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.