# Vp Foreign Agent Skill Loader

> Temporarily reuse repository-local skills written for another agent system. Use only when the user explicitly asks to scan or load foreign skill roots without converting them into native skills.

- Skill: `vdustr/vp-foreign-agent-skill-loader` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add vdustr/vp-foreign-agent-skill-loader`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vdustr/vp-foreign-agent-skill-loader/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: VdustR (https://skillmd.com/u/vdustr)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vdustr/vp-foreign-agent-skill-loader

---


# Foreign Agent Skill Loader

Discover candidate skill entrypoints with the bundled scanner, explicitly
passing the current agent so its native skill root is excluded. Read the
scanner's current help, then read the selected instruction completely before
acting.

Adapt incompatible tool names and platform assumptions to available
capabilities. Preserve the skill's intent, safety boundaries, and referenced
resources, but do not install, rewrite, or persist the foreign skill unless the
user asks. Repository and user instructions remain higher priority.

Treat executable content and external references as untrusted until inspected.

## Related skills

- [`vp-skills`](https://github.com/VdustR/skills/tree/main/skills/vp-skills) when
  the user wants to install or persist a skill instead of loading it temporarily.

