MCP HubMCP Hub
SKILL·18EF13

purify-water

pjt222
업데이트됨 1 month ago
9 조회
26
3
26
GitHub에서 보기
기타general

정보

이 스킬은 야생에서 물을 정화하는 지침을 제공하며, 수원 평가, 방법 선택(끓이기, 여과, 화학 처리, 자외선 처리) 및 고도에 따른 끓이는 시간 조정과 같은 적절한 실행 방법을 포함합니다. 개발자가 알려지지 않은 야외 수원의 물을 마시기, 요리하기 또는 청소에 안전하게 사용할 수 있도록 생존 전문가 조언을 통합해야 할 때 활용하세요. 이는 침전물 예비 여과부터 안전한 저장에 이르기까지 전 과정을 다룹니다.

빠른 설치

Claude Code

추천
기본
npx skills add pjt222/agent-almanac -a claude-code
플러그인 명령대체
/plugin add https://github.com/pjt222/agent-almanac
Git 클론대체
git clone https://github.com/pjt222/agent-almanac.git ~/.claude/skills/purify-water

Claude Code에서 이 명령을 복사하여 붙여넣어 스킬을 설치하세요

문서

Purify Water

Purify wild sources → safe drinking water via field-available methods.

Use When

  • Need drinking water in wilderness, no treated water access
  • Sources unknown quality (streams, rivers, lakes, ponds)
  • Emergency survival, dehydration risk
  • Water safe for cooking or wound cleaning

In

  • Required: Water source (flowing or still)
  • Required: Container (metal pot, bottle, improvised)
  • Optional: Purification supplies (chemical tablets, filter, UV pen)
  • Optional: Fire-making for boiling (see make-fire)
  • Optional: Cloth or natural filter materials for pre-filter

Do

Step 1: Assess + Select Source

Not all sources equal risk. Pick best available.

Water Source Priority Ranking (best to worst):
┌──────┬─────────────────────────┬────────────────────────────────────┐
│ Rank │ Source                  │ Notes                              │
├──────┼─────────────────────────┼────────────────────────────────────┤
│ 1    │ Spring (at the source)  │ Lowest contamination; still treat  │
│ 2    │ Fast-flowing stream     │ Moving water has fewer pathogens   │
│      │ (above human activity)  │ than still water                   │
│ 3    │ Large river             │ Dilution helps but agriculture/    │
│      │                         │ industry upstream is a concern     │
│ 4    │ Large lake              │ Collect from open water, not shore │
│ 5    │ Small pond or puddle    │ High pathogen and parasite risk    │
│ 6    │ Stagnant pool           │ Last resort; heavy treatment needed│
└──────┴─────────────────────────┴────────────────────────────────────┘

Warning Signs (avoid if possible):
- Dead animals nearby
- Algae bloom (blue-green scum)
- Chemical odor or oily sheen
- Downstream of mining, agriculture, or settlements
- No surrounding vegetation (may indicate toxic soil)

Collect below surface (avoid surface film), away from bank edge.

→ Clear or slightly turbid water from best available source, in clean container.

If err: only poor sources available (stagnant, turbid) → proceed but plan aggressive pre-filtering (Step 2) + multiple methods (belt-and-suspenders). No source found → look for indicators: green vegetation in valleys, animal trails downhill, insect swarms at dawn/dusk, listen for running water.

Step 2: Pre-Filter Sediment

Remove particulate before purification. Sediment reduces chemical effectiveness + clogs filters.

Improvised Gravity Filter (layered in a container with a hole at the bottom):

    ┌─────────────────────┐  ← Open top: pour water in
    │  Grass / cloth      │  ← Coarse pre-filter
    │  Fine sand          │  ← Removes fine particles
    │  Charcoal (crushed) │  ← Adsorbs some chemicals and odors
    │  Gravel             │  ← Structural support
    │  Grass / cloth      │  ← Prevents gravel from falling through
    └────────┬────────────┘
             │
        Filtered water drips out

Materials:
- Container: birch bark cone, hollow log, cut plastic bottle, sock
- Sand: fine, clean sand (rinse first if possible)
- Charcoal: from a previous fire (NOTite ash — charcoal only)
- Gravel: small stones, rinsed

Simple sediment removal → strain through bandana, t-shirt, multiple cloth layers.

→ Visibly clearer water, reduced turbidity. Charcoal removes some odor + taste.

If err: still very turbid after filtering → settle 30-60 min. Carefully decant clearer top layer. Repeat. Note: pre-filtering does NOT make water safe — prepares for purification.

Step 3: Select Purification Method

Choose by available tools + conditions.

Purification Method Comparison:
┌───────────────┬────────────┬───────────┬────────────┬──────────────────────┐
│ Method        │ Kills      │ Time      │ Requires   │ Limitations          │
│               │ bacteria/  │           │            │                      │
│               │ viruses/   │           │            │                      │
│               │ parasites  │           │            │                      │
├───────────────┼────────────┼───────────┼────────────┼──────────────────────┤
│ Boiling       │ Yes/Yes/Yes│ 1-3 min   │ Fire, metal│ Fuel, time, does not │
│               │            │ (rolling) │ container  │ remove chemicals     │
├───────────────┼────────────┼───────────┼────────────┼──────────────────────┤
│ Chlorine      │ Yes/Yes/   │ 30 min    │ Tablets or │ Less effective in    │
│ dioxide tabs  │ Yes        │           │ drops      │ cold/turbid water    │
├───────────────┼────────────┼───────────┼────────────┼──────────────────────┤
│ Iodine        │ Yes/Yes/   │ 30 min    │ Tablets or │ Taste; not for       │
│               │ Partial    │           │ tincture   │ pregnant/thyroid     │
│               │            │           │            │ conditions; weak     │
│               │            │           │            │ against Crypto       │
├───────────────┼────────────┼───────────┼────────────┼──────────────────────┤
│ UV pen        │ Yes/Yes/Yes│ 60-90 sec │ UV device, │ Requires clear water;│
│               │            │ per liter │ batteries  │ battery dependent    │
├───────────────┼────────────┼───────────┼────────────┼──────────────────────┤
│ Pump/squeeze  │ Yes/No*/   │ Immediate │ Filter     │ Most don't remove    │
│ filter        │ Yes        │           │ device     │ viruses (*unless     │
│               │            │           │            │ 0.02 micron)         │
├───────────────┼────────────┼───────────┼────────────┼──────────────────────┤
│ SODIS (solar) │ Yes/Yes/   │ 6-48 hrs  │ Clear PET  │ Slow; needs sun;     │
│               │ Partial    │           │ bottle,    │ only 1-2 L at a time │
│               │            │           │ sunlight   │                      │
└───────────────┴────────────┴───────────┴────────────┴──────────────────────┘

Decision logic:
- Have fire + metal pot?          → Boil (most reliable)
- Have chemical tablets?          → Chemical treatment
- Have filter + tablet combo?     → Filter then treat (belt-and-suspenders)
- Sunny day + clear PET bottles?  → SODIS as a backup method
- Multiple methods available?     → Use two for maximum safety

→ Clear decision on method(s) based on available tools.

If err: no standard tools → boiling = default, needs only fire + heat-safe container. Even single-wall metal water bottle works. Dire emergency → improvise from rock depression or green bamboo section near flames.

Step 4: Boil Water

Most reliable field method. Kills all pathogen classes.

Boiling Procedure:
1. Bring water to a ROLLING boil (large bubbles breaking the surface)
2. Maintain rolling boil for:
   - Sea level to 2000 m / 6500 ft:  1 minute
   - 2000-4000 m / 6500-13000 ft:    3 minutes
   - Above 4000 m / 13000 ft:        5 minutes
3. Remove from heat
4. Allow to cool in the covered container
5. If taste is flat, pour between two containers several times to aerate

Altitude Adjustment:
  Water boils at lower temperatures at altitude.
  At 3000 m / 10000 ft, water boils at ~90°C / 194°F.
  Longer boiling compensates for the lower temperature.

Fuel Estimate:
  Boiling 1 L requires roughly 15-20 min of sustained fire
  depending on container, wind, and starting temperature.

→ Vigorous rolling boil maintained for appropriate duration. After cool, safe from biological pathogens.

If err: can't maintain rolling boil (wind, weak fire) → extend time. Container leaks/cracks → transfer to another vessel. No metal container → boil in wooden, bark, or hide container w/ hot rocks: heat stones in fire 20+ min, transfer to water container w/ tongs or sticks. Avoid river rocks (may crack/explode from trapped moisture).

Step 5: Apply Chemical Treatment

When boiling impractical or as secondary treatment.

Chemical Treatment Dosages:
┌─────────────────────┬──────────────────┬────────────┬─────────────────────┐
│ Chemical            │ Dose per liter   │ Wait time  │ Notes               │
├─────────────────────┼──────────────────┼────────────┼─────────────────────┤
│ Chlorine dioxide    │ Per manufacturer │ 30 min     │ Most effective      │
│ tablets             │ (usually 1 tab   │ (4 hrs for │ chemical method;    │
│ (e.g., Aquamira,   │ per 1 L)         │ Crypto)    │ kills all pathogens │
│ Katadyn Micropur)   │                  │            │                     │
├─────────────────────┼──────────────────┼────────────┼─────────────────────┤
│ Iodine tablets      │ 1-2 tablets per  │ 30 min     │ Weak against        │
│                     │ liter            │            │ Cryptosporidium     │
├─────────────────────┼──────────────────┼────────────┼─────────────────────┤
│ Tincture of iodine  │ 5 drops per      │ 30 min     │ Double dose for     │
│ (2%)                │ liter (clear)    │ (60 min if │ cloudy water        │
│                     │ 10 drops per     │ cold/turbid│                     │
│                     │ liter (cloudy)   │ )          │                     │
├─────────────────────┼──────────────────┼────────────┼─────────────────────┤
│ Household bleach    │ 2 drops per      │ 30 min     │ Must be unscented,  │
│ (5-8% sodium        │ liter (clear)    │            │ plain bleach;       │
│ hypochlorite)       │ 4 drops per      │            │ check expiry date   │
│                     │ liter (cloudy)   │            │                     │
└─────────────────────┴──────────────────┴────────────┴─────────────────────┘

After treatment, water should have a slight chlorine/iodine smell.
If no smell is detected, add half the original dose and wait another 15 min.

Cold/turbid water adjustment:
- Temperature below 5°C / 40°F: double the wait time
- Turbid water: double the dose OR pre-filter first (recommended)

→ Treated water has faint chemical smell after wait → adequate disinfection. Safe from bacteria + viruses; chlorine dioxide also effective against parasites.

If err: tablets expired (no smell after treatment) → double dose or combine w/ another method. Taste objectionable → stand uncovered 30 min to off-gas, or pour through improvised charcoal filter. Chemical only + suspect Cryptosporidium (livestock) → wait full 4 hrs for chlorine dioxide or combine w/ filtration.

Step 6: Store Safely

Purified water can be recontaminated through dirty containers or hands.

Safe Storage Practices:
1. Store in clean, dedicated containers (do not reuse unpurified containers)
2. If reusing a container, rinse it with a small amount of purified water first
3. Keep containers sealed or covered
4. Mark or separate "raw" and "purified" containers
   (e.g., tie a knot in the purified bottle's paracord handle)
5. Avoid reaching into containers with hands — pour, don't dip
6. In warm weather, consume within 24 hours
7. Re-treat water that has been stored more than 24 hours

Hydration Planning:
- Minimum: 2 L / 0.5 gal per day (sedentary, cool weather)
- Active: 4-6 L / 1-1.5 gal per day (hiking, hot weather)
- Plan purification capacity to meet daily needs

→ Purified water safe in clean sealed containers. System avoids cross-contamination.

If err: containers limited → designate one "raw" (collection only), another "clean" (purified only). Scratch/mark distinctly. Suspect recontamination → re-treat before drinking.

Check

  • Source assessed + best available picked
  • Sediment pre-filtered from turbid water before purification
  • Method appropriate for available tools + conditions
  • Boiling reached + maintained rolling boil for altitude-adjusted duration
  • Chemical treatment correct dosage + wait time
  • Purified water stored in clean, sealed, labeled containers
  • Sufficient water purified for daily hydration

Traps

  • Skip pre-filter: Sediment reduces chemical effectiveness + clogs filters. Always pre-filter turbid.
  • Incomplete boiling: Few bubbles on bottom ≠ rolling boil. Wait for vigorous surface-breaking bubbles.
  • Ignore altitude: Water boils at lower temps at altitude. Increase boiling time.
  • Chemical under-dose: Cold or turbid → more chemical or longer contact time.
  • Cross-contamination: Same container for raw + purified, or handling drinking rim w/ dirty hands.
  • Single method for worst-case: Stagnant or livestock-adjacent → 2 methods (filter + chemical, or boil + chemical).

  • make-fire — required for boiling; fire also provides warmth while waiting for chemical treatment
  • forage-plants — some plants indicate nearby water (willows, cattails, cottonwood); foraged food may need clean water for prep

GitHub 저장소

pjt222/agent-almanac
경로: i18n/caveman-ultra/skills/purify-water
0
agentsagentskillsai-assisted-developmentclaude-codeskillsteams
FAQ

Frequently asked questions

What is the purify-water skill?

purify-water is a Claude Skill by pjt222. Skills package instructions and resources that Claude loads on demand, so Claude can perform purify-water-related tasks without extra prompting.

How do I install purify-water?

Use the install commands on this page: add purify-water to Claude Code as a plugin, or clone its repository into your skills directory, then restart Claude so it picks up the skill.

What category does purify-water belong to?

purify-water is in the Other category, tagged general.

Is purify-water free to use?

Yes. purify-water is listed on AIMCP and free to install. It runs inside Claude, so no separate service account is required to use the skill itself.

연관 스킬

llamaguard
기타

LlamaGuard는 폭력 및 혐오 발언 등 6가지 안전 범주에서 LLM 입력과 출력을 조정하기 위한 Meta의 70-80억 파라미터 모델입니다. 94-95% 정확도를 제공하며 vLLM, Hugging Face 또는 Amazon SageMaker를 사용해 배포할 수 있습니다. 이 기술을 사용하여 AI 애플리케이션에 콘텐츠 필터링 및 안전 가드레일을 손쉽게 통합하세요.

스킬 보기
cost-optimization
기타

이 Claude Skill은 리소스 적정화, 태깅 전략, 지출 분석을 통해 개발자들이 클라우드 비용을 최적화할 수 있도록 지원합니다. AWS, Azure, GCP에서 클라우드 비용을 절감하고 비용 거버넌스를 구현하기 위한 프레임워크를 제공합니다. 인프라 비용을 분석하거나, 리소스를 적정화하거나, 예산 제약을 충족해야 할 때 사용하세요.

스킬 보기
sports-betting-analyzer
기타

이 Claude Skill은 스프레드, 오버/언더, 프로프 베트를 포함한 스포츠 베팅 시장을 분석합니다. 역사적 추이와 상황별 통계를 검토하여 가치 베트를 발견하고, 교육적 목적으로 실행 가능한 권장 사항이 담긴 구조화된 마크다운 결과를 제공합니다. 개발자는 이 기능을 스포츠 베팅 분석 도구에 활용할 수 있으며, 단순히 엔터테인먼트/교육 목적으로만 설계되었음을 유의해야 합니다.

스킬 보기
quantizing-models-bitsandbytes
기타

이 스킬은 bitsandbytes를 사용하여 LLM을 8비트 또는 4비트 정밀도로 양자화하며, 최소한의 정확도 손실로 50-75%의 메모리 감소를 달성합니다. 제한된 GPU 메모리에서 더 큰 모델을 실행하거나 추론을 가속화하는 데 이상적이며, INT8, NF4, FP4와 같은 형식을 지원합니다. 이 스킬은 HuggingFace Transformers와 통합되어 QLoRA 학습 및 8비트 옵티마이저를 가능하게 합니다.

스킬 보기