openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Immigration

Immigration process guidance and application organization with strict privacy boundaries. Use when user mentions moving to another country, visa applications...

开发与 DevOps

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v2.0.0

统计:⭐ 0 · 199 · 2 current installs · 2 all-time installs

0

安装量(当前) 2

🛡 VirusTotal :良性 · OpenClaw :可疑

Package:agistack/immigration

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :可疑

OpenClaw 评估

The skill's stated purpose (local immigration guidance + local-only storage) largely matches the provided scripts, but the runtime instructions reference many modules that are not included and there are small but meaningful inconsistencies about where data is stored — this mismatch warrants caution before installing or using the skill with real-sensitive data.

目的

The description promises pathway analysis, checklist generation, deadline tracking and interview prep. Only a subset of the referenced scripts are included (add_deadline.py, generate_checklist.py, list_deadlines.py, track_application.py). The SKILL.md and references repeatedly call scripts that are not present (e.g., pathway_finder.py, prep_interview.py, document_inventory.py, post_approval_checklist.py, check_processing_time.py). That creates…

说明范围

SKILL.md instructs storing sensitive immigration data locally and not transmitting it, which the included scripts appear to follow. However, the instruction set references many absent scripts and uses a relative storage path in docs ('memory/immigration/') while the provided scripts write to a hard-coded ~/.openclaw/workspace/memory/immigration path. The mismatch could lead the agent to attempt running non-existent commands or to store data in…

安装机制

No install spec is provided and the skill is instruction-plus-scripts only; there are no remote downloads or third-party package installs in the included files. This is low risk from an installation/execution-supply perspective for the files that are present.

证书

The skill declares no required environment variables, no credentials, and the provided scripts do not access external secrets or network resources. For the included files, requested environment access is minimal and proportionate to the stated purpose.

持久

Flags show always:false and model invocation is allowed (default). The skill stores data locally under a hidden directory (~/.openclaw/workspace/memory/immigration) but does not request system-wide privileges or modify other skills. The local storage location is persistent but limited to user space.

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Immigration」。简介:Immigration process guidance and application organization with strict privacy b…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/agistack/immigration/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: immigration
description: Immigration process guidance and application organization with strict privacy boundaries. Use when user mentions moving to another country, visa applications, work permits, residency, citizenship, or immigration documents. Helps with pathway analysis, document checklists, deadline tracking, and interview preparation. NEVER provides legal advice or immigration law interpretations.
---

# Immigration

Personal immigration guide and organization system. Not a lawyer. Not legal advice.

## Critical Safety & Privacy

### Data Storage (CRITICAL)
- **All immigration data stored locally only**: `memory/immigration/`
- **No external APIs** for immigration data storage
- **No data transmission** to third parties or government agencies
- User controls all data retention and deletion

### Safety Boundaries (NON-NEGOTIABLE)
- ✅ Pathway overview, document checklists, deadline tracking
- ✅ Interview preparation and practice questions
- ✅ Process explanations and timeline estimates
- ❌ **NEVER provide legal advice** or interpret immigration law
- ❌ **NEVER guarantee** application outcomes or success rates
- ❌ **NEVER recommend** circumventing immigration rules
- ❌ **NEVER replace** licensed immigration attorney consultation

### Legal Disclaimer
Immigration law is complex, jurisdiction-specific, and constantly changing. Filing errors can result in application denial, bans, or deportation. **Always consult a licensed immigration attorney** for advice specific to your situation.

## Quick Start

### Data Storage Setup
Immigration records stored in your local workspace:
- `memory/immigration/applications.json` - Active and past applications
- `memory/immigration/documents.json` - Document inventory and status
- `memory/immigration/timeline.json` - Deadlines and milestones
- `memory/immigration/interview-prep.json` - Interview Q&A and notes

Use provided scripts in `scripts/` for all data operations.

## Core Workflows

### Explore Pathways
```
User: "I want to move to Canada"
→ Use scripts/pathway_finder.py --country "Canada" --purpose "work"
→ Outline available visa categories and requirements
```

### Generate Document Checklist
```
User: "What documents do I need for H-1B?"
→ Use scripts/generate_checklist.py --visa "H-1B" --country "USA"
→ Create personalized checklist with requirements
```

### Track Application
```
User: "Track my visa application"
→ Use scripts/track_application.py --id "APP-12345"
→ Show status, upcoming deadlines, document expiry
```

### Prepare for Interview
```
User: "Prep me for my visa interview"
→ Use scripts/prep_interview.py --visa "F-1" --country "USA"
→ Generate likely questions and practice answers
```

### Log Deadline
```
User: "My medical exam expires in 6 months"
→ Use scripts/add_deadline.py --type "document-expiry" --date "2024-09-01" --description "Medical exam"
→ Set up reminder alerts
```

## Module Reference

For detailed implementation of each module:
- **Pathway Finder**: See [references/pathway-finder.md](references/pathway-finder.md)
- **Document Checklist**: See [references/document-checklist.md](references/document-checklist.md)
- **Deadline Tracking**: See [references/deadline-tracker.md](references/deadline-tracker.md)
- **Interview Preparation**: See [references/interview-prep.md](references/interview-prep.md)
- **Application Status**: See [references/application-status.md](references/application-status.md)
- **Post-Approval Planning**: See [references/post-approval.md](references/post-approval.md)

## Scripts Reference

All data operations use scripts in `scripts/`:

| Script | Purpose |
|--------|---------|
| `pathway_finder.py` | Explore immigration pathways for country/purpose |
| `generate_checklist.py` | Create document checklist for visa type |
| `track_application.py` | View application status and timeline |
| `add_application.py` | Add new application to tracker |
| `update_application.py` | Update application status and notes |
| `add_deadline.py` | Log deadline with reminder |
| `list_deadlines.py` | Show upcoming deadlines |
| `prep_interview.py` | Generate interview prep brief |
| `document_inventory.py` | Track collected documents |
| `post_approval_checklist.py` | Generate post-approval tasks |

## Disclaimer

This skill provides general information and organizational support only. Immigration law varies by jurisdiction and changes frequently. Nothing in this skill constitutes legal advice. Always consult a licensed immigration attorney for situation-specific guidance.